Skip to content

Commit 38395d5

Browse files
committed
fix mustache.vim
1 parent 87965a1 commit 38395d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vim/common_config/plugin_config.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
Bundle "git://github.com/tpope/vim-repeat.git"
2525
Bundle "git://github.com/vim-scripts/ruby-matchit.git"
2626
Bundle "git://github.com/wgibbs/vim-irblack.git"
27+
2728
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
2831

2932

3033
" Coffee script

0 commit comments

Comments
 (0)