aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-03-04 16:13:34 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2016-03-04 16:13:34 +0100
commit71ba4155e1f30459600b89c15a6975afcc2bf5af (patch)
tree8da7f4118389ad2ba7c2b6b237b5ed665c65751a
parentbf78fdff29d08c410d16bebb6b646aafbb9b24b2 (diff)
downloaddotfiles-71ba4155e1f30459600b89c15a6975afcc2bf5af.tar.gz
dotfiles-71ba4155e1f30459600b89c15a6975afcc2bf5af.zip
vim: added more plugins
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--vim/bundles.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/bundles.vim b/vim/bundles.vim
index 05c9a78..06606ea 100644
--- a/vim/bundles.vim
+++ b/vim/bundles.vim
@@ -9,6 +9,9 @@ Plugin 'tpope/vim-surround.git'
Plugin 'kien/ctrlp.vim.git'
Plugin 'derekwyatt/vim-scala.git'
Plugin 'fatih/vim-go'
+Plugin 'Glench/Vim-Jinja2-Syntax'
+Plugin 'saltstack/salt-vim'
+Plugin 'b4b4r07/vim-hcl'
call vundle#end()