Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 828 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 828 Bytes

Useful vimrc

Installation

  1. clone the repositry with its plugins

git clone --recursive https://github.com/rda3mon/vimrc.git ~/.vim-runtime

  1. Install vimrc

cd ~/.vim-runtime && bash install.sh

Update with Plugins

cd ~/.vim-runtime && git submodule update --init --recursive && git pull --recurse-submodules origin master && bash install.sh

Plugins

  • 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

Shortcuts