vim 配置
阿新 • • 發佈:2017-12-07
complete inux pre span x86 erl .com you linu
1.下載vim管理工具Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
2.下載vim
git clone https://github.com/vim/vim.git ~/
3. 配置,安裝 vim
apt-get install libncurses5 libncurses5-dev
./configure --with-features=huge --enable-multibyte --enable-rubyinterp --enable-pythoninterp --with-python-config-dir=/usr/lib/python3.5/config-3.5m-x86_64-linux-gnu --enable-perlinterp --enable-luainterp --enable-gui=gtk2 --enable-cscope --prefix=/usr/vim/
make VIMRUNTIMEDIR=/usr/share/vim/vim80 && make install
4. 安裝
git clone --recursive https://github.com/Valloric/YouCompleteMe.git
vim 配置