码迷,mamicode.com
首页 > 系统相关 > 详细

vim 配置

时间:2017-12-06 23:46:59      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:div   bsp   gtk   inux   style   nbsp   get   ruby   x86   

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 配置

标签:div   bsp   gtk   inux   style   nbsp   get   ruby   x86   

原文地址:http://www.cnblogs.com/liyugeng/p/7995110.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!