1
0
Fork 0

Oops, fixed the error now

This commit is contained in:
Von Random 2014-11-13 13:53:51 +03:00
parent 579c6afa17
commit b549289841

3
vimrc
View file

@ -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