1. 安装vundle
https://github.com/kaigeli/Vundle.vim/blob/master/README_ZH_CN.md
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
安装ctag:
sudo apt install exuberant-ctags
-
配置vundle :
请将以下加在 .vimrc
方可使用Vundle.
我自己使用的完整的vim配置请在这里下载:https://download.youkuaiyun.com/download/sinat_29891353/12435480
下载后替换为自己的.vimrc即可。或者复制下面vim配置到自己的.vimrc皆可。