Skip to content

xuqiangqiang/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instruction

  1. Install packages
    sudo yum install vim git ctags
    sudo pip install pyflakes(optional)

  2. Install Vundle package
    git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  3. Copy the configuration file and color schemes
    cp vimrc ~/.vimrc
    cp -r vim/colors ~/.vim/

  4. Install Plugins
    vim +PluginInstall +qall

  5. Comment out Plugins in .vimrc then Remove Plugins
    vim +PluginClean +qall

Screenshot

image

About

My VIM configuration and Plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published