Commit be0e951
Changed files (3)
pack/plugins/start/vim-mustache-handlebars
@@ -0,0 +1,1 @@
+Subproject commit 0153fe03a919add2d6cf2d41b2d5b6e1188bc0e0
.gitmodules
@@ -76,3 +76,6 @@
[submodule "pack/plugins/start/commentary"]
path = pack/plugins/start/commentary
url = https://github.com/tpope/vim-commentary
+[submodule "pack/plugins/start/vim-mustache-handlebars"]
+ path = pack/plugins/start/vim-mustache-handlebars
+ url = https://github.com/mustache/vim-mustache-handlebars.git
vimrc
@@ -214,6 +214,7 @@ let g:fzf_tags_command = 'ctags -R'
let g:go_fmt_autosave = 1
let g:go_list_type = "quickfix"
let g:go_play_browser_command = 'browser %URL%'
+let g:mustache_abbreviations = 1
let g:ruby_indent_assignment_style = 'variable'
let g:ruby_indent_block_style = 'do'
let g:ruby_not_expensive = 1