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

Update instruction for adding custom plugins #62

Closed sushengloong closed 8 years ago

sushengloong commented 9 years ago

Recent version of NeoBundle requires custom plugins to be registered within a neobundle#append()/neobundle#end() block. For more details, see https://github.com/Shougo/neobundle.vim/issues/387.