- clone the repositry with its plugins
git clone --recursive https://github.com/rda3mon/vimrc.git ~/.vim-runtime
- Install vimrc
cd ~/.vim-runtime && bash install.sh
cd ~/.vim-runtime && git submodule update --init --recursive && git pull --recurse-submodules origin master && bash install.sh
- ctrlp -- Finder for vim
- nerdtree -- File system explorer for vim
- nerdtree-git-plugin -- Git status flags for nerdtree explorer
- syntastic -- Syntax checking for vim
- vim-airline -- Status line for vim
- vim-colors-solarized -- Color scheme for vim
- vim-fugitive -- Git wrapper for vim
- vim-gitgutter -- Git diff for vim
- vim-multiple-cursors -- Multiline operations for vim
- vim-surround -- Surround pair operations for vim