vim 配置

1.下載vim管理工具Vundlepython

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

2.下載vimlinux

git clone https://github.com/vim/vim.git ~/

3. 配置,安裝 vimgit

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. 安裝github

git clone --recursive https://github.com/Valloric/YouCompleteMe.git
相關文章
相關標籤/搜索