Vim插件

参考网址:

http://nvie.com/posts/how-i-boosted-my-vim/

http://joelhooks.com/blog/2013/04/23/5-essential-vim-plugins/


Vundle: provides a clean easy way to manage plugins that you install, rapidly reconfigure my setup across multiple machines


NERDTree: navigate files in a project

ctrlp: fly around your project’s files

EasyMotion: navigating in the file you are currently editing

syntastic: syntax checking plugin

surround: easily delete, change and add such surroundings in pairs

multiple-cursors: for better editing

airline: for better visual

YouCompleteMe: code completion engine


你可能感兴趣的:(vim)