[vim] Plugin management
This commit is contained in:
parent
aee40c6787
commit
6824229b8d
1 changed files with 9 additions and 0 deletions
9
vimrc
9
vimrc
|
@ -17,6 +17,9 @@ call vundle#begin()
|
|||
|
||||
Plugin 'gmarik/Vundle.vim'
|
||||
|
||||
" Filetypes
|
||||
Plugin 'keith/swift.vim'
|
||||
|
||||
" Editing helpers
|
||||
Plugin 'tpope/vim-repeat'
|
||||
Plugin 'tpope/vim-speeddating'
|
||||
|
@ -46,6 +49,12 @@ Plugin 'rust-lang/rust.vim'
|
|||
Plugin 'altercation/vim-colors-solarized'
|
||||
Plugin 'tomasr/molokai'
|
||||
|
||||
" Snippets
|
||||
Plugin 'MarcWeber/vim-addon-mw-utils'
|
||||
Plugin 'tomtom/tlib_vim'
|
||||
Plugin 'garbas/vim-snipmate'
|
||||
Plugin 'honza/vim-snippets'
|
||||
|
||||
call vundle#end()
|
||||
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue