|      1chuan      2014-01-03 19:56:06 +08:00 高亮语法不用插件,C的关键字补全貌似也不用插件,C++可以用OmniCppComplete c.vim提供了一些类似IDE功能,不过感觉不好用。 还有一个YouCompleteMe补全插件,当时安装没成功,没用过不作评价 | 
|  |      2arbipher      2014-01-03 20:01:39 +08:00 square开源的vim插件合集 https://github.com/square/maximum-awesome | 
|      3chuan      2014-01-03 20:06:26 +08:00  1 语法检查scrooloose/syntastic | 
|  |      4Ricepig      2014-01-03 21:46:46 +08:00 代码补全没一个好用的。。。 智能提示几个都勉强凑合,都还得cscope或者ctags 一个winmanager一个minibuffer,设置好缩进和高亮,就可以开始用了。 | 
|      5detailyang      2014-01-03 22:40:28 +08:00 YouCompleteMe相当牛逼 | 
|  |      6wuyexiong      2014-01-03 23:49:18 +08:00 | 
|  |      7wuyexiong      2014-01-03 23:50:04 +08:00 | 
|      8zhouzm      2014-01-04 09:03:29 +08:00 " 状态栏 " https://github.com/bling/vim-airline Bundle 'bling/vim-airline' " 支持 emmet 语法 " https://github.com/mattn/emmet-vim/ Bundle 'mattn/emmet-vim' " 智能补全 " https://github.com/Shougo/neocomplcache.vim Bundle 'Shougo/neocomplcache.vim' " 代码块快速完成 " https://github.com/Shougo/neosnippet.vim Bundle 'Shougo/neosnippet.vim' " 快速注释 " https://github.com/tomtom/tcomment_vim Bundle 'tomtom/tcomment_vim' " 目录树 " https://github.com/kien/ctrlp.vim Bundle 'kien/ctrlp.vim' " 显示缩进对齐线 " https://github.com/Yggdroot/indentLine Bundle 'Yggdroot/indentLine' " tags 管理 " https://github.com/majutsushi/tagbar Bundle 'majutsushi/tagbar' " 配色方案 " https://github.com/altercation/vim-colors-solarized Bundle 'altercation/vim-colors-solarized' 具体如何配置,请自行参考原始站点文档。 | 
|  |      9wklken      2014-01-04 09:44:59 +08:00 | 
|      10pydog      2014-09-10 23:00:39 +08:00 |