11 lines
194 B
Lua
11 lines
194 B
Lua
return {
|
|
-- Git related plugins
|
|
'tpope/vim-fugitive',
|
|
'tpope/vim-rhubarb',
|
|
|
|
-- surround support
|
|
'tpope/vim-surround',
|
|
-- Detect tabstop and shiftwidth automatically
|
|
'tpope/vim-sleuth',
|
|
}
|