[vimrc] add mustache

legacy
Simon Bruder 2018-06-19 18:46:24 +00:00
parent 48046149c4
commit af7f199a56
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 6 additions and 4 deletions

View File

@ -9,14 +9,16 @@ call vundle#begin()
"" BEGIN VUNDLE PLUGINS
" Install plugins with :PluginInstall
Plugin 'VundleVim/Vundle.vim' " require vundle itself
Plugin 'ElmCast/elm-vim'
Plugin 'Glench/Vim-Jinja2-Syntax'
Plugin 'cespare/vim-toml'
Plugin 'dart-lang/dart-vim-plugin'
Plugin 'evidens/vim-twig'
Plugin 'nblock/vim-dokuwiki'
Plugin 'cespare/vim-toml'
Plugin 'moll/vim-node'
Plugin 'ElmCast/elm-vim'
Plugin 'mustache/vim-mustache-handlebars'
Plugin 'nblock/vim-dokuwiki'
Plugin 'posva/vim-vue'
Plugin 'Glench/Vim-Jinja2-Syntax'
Plugin 'wannesm/wmgraphviz.vim'
"" END VUNDLE PLUGINS
call vundle#end()