lots of refactoring and a new cmp source for clj
This commit is contained in:
parent
d39b721a5c
commit
fffc2e3d46
12 changed files with 164 additions and 159 deletions
10
lua/custom/plugins/tpopeStuff.lua
Normal file
10
lua/custom/plugins/tpopeStuff.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
-- Git related plugins
|
||||
'tpope/vim-fugitive',
|
||||
'tpope/vim-rhubarb',
|
||||
|
||||
-- surround support
|
||||
'tpope/vim-surround',
|
||||
-- Detect tabstop and shiftwidth automatically
|
||||
'tpope/vim-sleuth',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue