Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.34 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.34 KB

Vimrc

My vim config both on Linux and Windows.

Kallen Ding, Feb 02 2016

Usage

git clone https://github.com/Keleir/vimrc.git
cd vimrc
git submodule init
git submodule update
cp -r .vimrc .vim $HOME
vim 
:BundleInstall

Bundle List

Type Name Introduction
Bundle L9 l9 is a Vim-script library, which provides some utility functions and commands for programming in Vim.
Bundle Mark
Bundle jsbeautify
Bundle matrix.vim
Bundle FuzzyFinder
Bundle matchit.zip
Bundle taglist.vim
Bundle closetag.vim
Bundle YankRing.vim
Bundle AutoComplPop
Bundle The-NERD-tree
Bundle bufexplorer.zip
Bundle majutsushi/tagbar
Bundle The-NERD-Commenter
Bundle Yggdroot/indentLine
Bundle Raimondi/delimitMate
Bundle drmingdrmer/xptemplate
Bundle scrooloose/nerdcommenter

BundleList

image

NERDTree

image