Oops, fixed the error now
This commit is contained in:
parent
579c6afa17
commit
b549289841
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -61,7 +61,8 @@ if v:version >= 703
|
||||||
Plugin 'mbbill/undotree' "undo buffer manager
|
Plugin 'mbbill/undotree' "undo buffer manager
|
||||||
Plugin 'mhinz/vim-signify' "version control system gutter info
|
Plugin 'mhinz/vim-signify' "version control system gutter info
|
||||||
Plugin 'msanders/snipmate.vim' "snippets support
|
Plugin 'msanders/snipmate.vim' "snippets support
|
||||||
Plugin 'scrooloose/nerdcommenter' "comment manager Plugin 'scrooloose/nerdtree' "file manager
|
Plugin 'scrooloose/nerdcommenter' "comment manager
|
||||||
|
Plugin 'scrooloose/nerdtree' "file manager
|
||||||
Plugin 'scrooloose/syntastic' "syntax checker
|
Plugin 'scrooloose/syntastic' "syntax checker
|
||||||
Plugin 'tpope/vim-fugitive' "git awesomeness
|
Plugin 'tpope/vim-fugitive' "git awesomeness
|
||||||
Plugin 'tpope/vim-surround' "quotes replacement made easy
|
Plugin 'tpope/vim-surround' "quotes replacement made easy
|
||||||
|
|
Loading…
Reference in a new issue