aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-06-10 16:00:14 -0400
committertdro <tdro@users.noreply.github.com>2019-06-10 16:00:14 -0400
commit17feabec9809da0b40aafb5b317c951852a291fc (patch)
treec0815341d8a515c80af540f4e1afe07b99c1a4eb /.vim
parentc176ad85bea75bbf0ad32600e67eb974bb6fed78 (diff)
downloaddotfiles-17feabec9809da0b40aafb5b317c951852a291fc.tar.gz
dotfiles-17feabec9809da0b40aafb5b317c951852a291fc.tar.bz2
dotfiles-17feabec9809da0b40aafb5b317c951852a291fc.zip
.vim/plugins: Update Plugins
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 76dd762..6a5b256 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -12,6 +12,12 @@ Plugin 'ervandew/supertab'
Plugin 'skwp/greplace.vim'
Plugin 'pangloss/vim-javascript'
Plugin 'tpope/vim-surround'
+Plugin 'MarcWeber/vim-addon-mw-utils'
+Plugin 'tomtom/tlib_vim'
+Plugin 'tobyS/pdv'
+Plugin 'tobyS/vmustache'
+Plugin 'SirVer/ultisnips'
+
" All of your Plugins must be added before the following line
call vundle#end() " required