diff options
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,11 +23,13 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'scrooloose/syntastic' Plug 'SirVer/ultisnips' Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' } +Plug 'stephpy/vim-yaml' Plug 'terryma/vim-multiple-cursors' Plug 'tomasr/molokai' Plug 'tommcdo/vim-exchange' Plug 'ton/vim-bufsurf' Plug 'tpope/vim-commentary' +Plug 'tpope/vim-dispatch' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-obsession' Plug 'tpope/vim-repeat' |