Lisltria / vimeasyconfig

个人vim简易配置

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.复制配置文件到~/目录

cp .vimrc ~/

2. 安装插件:

先安装插件管理器 Vundle:

(1) git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

(2) 打开vim :PluginInstall

3. sudo apt-get install build-essential cmake

4. cd ~/.vim/bundle/YouCompleteMe/

5. python3 install.py

6. share it!

About

个人vim简易配置


Languages

Language:Vim Script 100.0%