We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87965a1 commit 38395d5Copy full SHA for 38395d5
1 file changed
.vim/common_config/plugin_config.vim
@@ -24,7 +24,10 @@
24
Bundle "git://github.com/tpope/vim-repeat.git"
25
Bundle "git://github.com/vim-scripts/ruby-matchit.git"
26
Bundle "git://github.com/wgibbs/vim-irblack.git"
27
+
28
Bundle "git://github.com/juvenn/mustache.vim.git"
29
+ " Copied from the plugin; not sure why it isn't working normally
30
+ au BufNewFile,BufRead *.mustache,*.handlebars,*.hbs set filetype=mustache
31
32
33
" Coffee script
0 commit comments