plyglot has already mustach support

This commit is contained in:
Thomas Ruoff
2016-08-17 22:58:10 +02:00
parent 8e9807732d
commit 07dff40957

3
vimrc
View File

@@ -49,7 +49,6 @@ Plug 'Raimondi/delimitMate'
Plug 'pangloss/vim-javascript' Plug 'pangloss/vim-javascript'
Plug 'marijnh/tern_for_vim', { 'do': 'npm install', 'for': 'javascript'} Plug 'marijnh/tern_for_vim', { 'do': 'npm install', 'for': 'javascript'}
Plug 'mustache/vim-mustache-handlebars'
Plug 'mtscout6/syntastic-local-eslint.vim' Plug 'mtscout6/syntastic-local-eslint.vim'
"Plug 'mxw/vim-jsx' "Plug 'mxw/vim-jsx'
@@ -470,4 +469,4 @@ au FileType javascript map <leader>r <esc>:TernRename<CR>
au BufRead,BufNewFile *.json set ft=json au BufRead,BufNewFile *.json set ft=json
"" Mustache "" Mustache
au BufRead,BufNewFile *.template set filetype=html syntax=mustache au BufRead,BufNewFile *.template set filetype=html.mustache syntax=mustache