We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a822060 + 6f5b9d2 commit 74b7519Copy full SHA for 74b7519
roles/vim/files/vimrc
@@ -44,3 +44,6 @@ nnoremap K :grep! "\b<C-R><C-W>\b"<CR>:cw<CR>
44
" bind \ (backward slash) to grep shortcut
45
command -nargs=+ -complete=file -bar Ag silent! grep! <args>|cwindow|redraw!
46
nnoremap \ :Ag<SPACE>
47
+
48
+" vim-mustache-handlebars config
49
+let g:mustache_abbreviations = 1
roles/vim/tasks/main.yml
@@ -42,4 +42,7 @@
42
repo: https://github.com/vim-airline/vim-airline
43
dest: ~/.vim/bundle/vim-airline
-
+- name: clone vim-mustache-handlebars to ~/.vim/bundle
+ git:
+ repo: https://github.com/mustache/vim-mustache-handlebars.git
+ dest: ~/.vim/bundle/vim-mustache-handlebars
0 commit comments