配置步骤
-
安装 ctags 和 cscope
# Debian/Ubuntu sudo apt-get install exuberant-ctags sudo apt-get install cscope # Arch sudo pacman -Sy cscope ctags
-
下载
git clone https://github.com/hmgle/gle_vimrc.git ~/.vim
-
创建 vimrc
ln -s ~/.vim/vimrc ~/.vimrc
-
安装 vim-plug 及插件
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim vim +PlugInstall +qa