vmware-archive / vim-config

This is the Vim configuration we use on pairing machines at Neo, as well as many Neons' personal machines. It's pretty okay.
BSD 2-Clause "Simplified" License
64 stars 41 forks source link

it should work with vim 7.4+ #69

Open yarbelk opened 8 years ago

yarbelk commented 8 years ago

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