vmware-archive/vim-config

it should work with vim 7.4+

Opened this issue · 0 comments

I believe some of the plugins are currently only neovim. I assume these plugins will not change, so we need to find a oldvim equivelent and

if has('nvim')
   ...
else
   ...
endif

that stuff