标签:
一般情况下,配置 .vimrc 可以更改vim 的表现。
有很多已经写的很好的 .vimrc
例如:http://amix.dk/vim/vimrc.html
https://github.com/amix/vimrc
The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following:
git clone git://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
The taglist.vim plugin will require ctags (http://ctags.sourceforge.net) (Debian: apt-get install ctags)
标签:
原文地址:http://www.cnblogs.com/jiahu-Blog/p/4290724.html