vim 配置

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

 

posted @ 2017-12-06 21:57  人微言轻1  阅读(109)  评论(0编辑  收藏  举报