Split out plugin loading into individual modules
This commit is contained in:
parent
faf4739711
commit
763130d6b2
12 changed files with 343 additions and 418 deletions
6
.config/nvim/pluglist/vim.vim
Normal file
6
.config/nvim/pluglist/vim.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if has('nvim')
|
||||
finish
|
||||
endif
|
||||
|
||||
" a minimal definition of variables TODO still necessary for nvim?
|
||||
Plug 'tpope/vim-sensible'
|
||||
Loading…
Add table
Add a link
Reference in a new issue