7 lines
124 B
VimL
7 lines
124 B
VimL
|
if has('nvim')
|
||
|
finish
|
||
|
endif
|
||
|
|
||
|
" a minimal definition of variables TODO still necessary for nvim?
|
||
|
Plug 'tpope/vim-sensible'
|