[vim] Add snipmate (back?) to my vimrc
This commit is contained in:
parent
1edbfdff0f
commit
221cda8038
1 changed files with 5 additions and 1 deletions
6
vimrc
6
vimrc
|
|
@ -24,6 +24,10 @@ Plugin 'tpope/vim-surround'
|
||||||
Plugin 'tpope/vim-unimpaired'
|
Plugin 'tpope/vim-unimpaired'
|
||||||
|
|
||||||
" Documentation and completion
|
" Documentation and completion
|
||||||
|
Plugin 'MarcWeber/vim-addon-mw-utils'
|
||||||
|
Plugin 'tomtom/tlib_vim'
|
||||||
|
Plugin 'garbas/vim-snipmate'
|
||||||
|
Plugin 'honza/vim-snippets'
|
||||||
Plugin 'rizzatti/funcoo.vim' " Required for dash
|
Plugin 'rizzatti/funcoo.vim' " Required for dash
|
||||||
Plugin 'rizzatti/dash.vim'
|
Plugin 'rizzatti/dash.vim'
|
||||||
"Plugin 'valloric/YouCompleteMe'
|
"Plugin 'valloric/YouCompleteMe'
|
||||||
|
|
@ -32,7 +36,7 @@ Plugin 'sjl/gundo.vim' " Undo helper
|
||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
Plugin 'wincent/command-t'
|
Plugin 'wincent/command-t'
|
||||||
|
|
||||||
Plugin 'erynofwales/vim-fancyfolds'
|
"Plugin 'erynofwales/vim-fancyfolds'
|
||||||
|
|
||||||
" Colors~
|
" Colors~
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue