Skip to content

mcsrainbow/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tips

For users who want a vimrc without any plugin, use vimrc_tiny.vim instead:

wget https://raw.githubusercontent.com/mcsrainbow/vimrc/master/vimrc_tiny.vim -O ~/.vimrc

For solarized color scheme, check out the source repositories for advanced usage:

https://github.com/altercation/vim-colors-solarized

For users who want to remove all, just delete the ~/.vimrc and directory ~/.vim

Inspired by: https://github.com/amix/vimrc

Instruction

1. Install packages

# Ubuntu
sudo apt install vim git ctags pyflakes

# CentOS
sudo yum install vim git ctags pyflakes
sudo yum upgrade vim-common vim-minimal

# macOS
brew install vim git ctags
pip install pyflakes

2. Install Vundle package

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

3. Copy the configuration file

git clone https://github.com/mcsrainbow/vimrc
cp vimrc/vimrc ~/.vimrc

4. Install Plugins

vim +PluginInstall +qall

5. Comment out Plugins in .vimrc then Remove Plugins

vim +PluginClean +qall

6. Turn on/off paste-mode by F6 to paste code without auto-indent and auto-complete

Screenshot

image

About

VIM configuration and plugins

Resources

Stars

Watchers

Forks