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