Skip to content

Doffery/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

vimrc

Manage the Plugins with Vundle. For programmers and CS reseachers.

##1. set up Vundle

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

##2. copy vimrc

git clone https://github.com/Doffery/vimrc.git

cp ./vimrc/.vimrc ~

##3. install plugins

vim +PluginInstall +qall

##4. set up YouCompleteMe

install CMAKE

ubuntu

apt-get install cmake

or mac

brew install cmake

Compile with C family support

cd ~/.vim/bundle/youcompleteme/

./install.py --clang-completer

or support all langu

./install.py --all

##5. cool plugins resources

VIMAWESOME

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors