Skip to content

JiCunYu/myVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vimrc-for-linux

my vimrc for linux

HOW TO USE

clone this repository

copy .vimrc and .vim to your home directory

cp .vimrc ~/
cp .vim ~/ -R

install vundle

$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

run vim, and type the following command to install all plugins:

:BundleInstall

注意

1、UCM(Valloric/YouCompleteMe)插件是自动补全插件,是编译性插件。

cd ~/.vim/bundle/YouCompleteMe
./install --clang-completer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published