VIM自动补全功能

ctrl + n

可以下载neocomplcache插件,这个好用:

http://www.vim.org/scripts/script.php?script_id=2620

在vimrc中设置

let g:neocomplcache_enable_at_startup = 1 

就能保证一打开vim自动完成就被启用了。

猜你喜欢

转载自shuaigg-babysky.iteye.com/blog/1222761
今日推荐