summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-03-09 10:22:28 -0700
committermo khan <mo@mokhan.ca>2022-03-09 10:22:28 -0700
commitbe0e951d380013fa5cac17cdcaac640bf125688f (patch)
tree7b932b3344ae529d8f865d254396da24e1099895
parent64a3c570a9841094dcc22bd79683e8840efec492 (diff)
add plugin for hbs files
-rw-r--r--.gitmodules3
m---------pack/plugins/start/vim-mustache-handlebars0
-rw-r--r--vimrc1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 669ba95..f0f785a 100644
--- a/.gitmodules
+++ b/.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
diff --git a/pack/plugins/start/vim-mustache-handlebars b/pack/plugins/start/vim-mustache-handlebars
new file mode 160000
+Subproject 0153fe03a919add2d6cf2d41b2d5b6e1188bc0e
diff --git a/vimrc b/vimrc
index be173a5..c1b10a5 100644
--- a/vimrc
+++ b/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