An open API service indexing awesome lists of open source software.

https://github.com/rda3mon/vim-runtime

A very useful vimrc configuration
https://github.com/rda3mon/vim-runtime

vim vim-configuration vimrc

Last synced: 10 months ago
JSON representation

A very useful vimrc configuration

Awesome Lists containing this project

README

          

# Useful vimrc

### Installation

1) clone the repositry with its plugins

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

2) 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