mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 06:57:23 +01:00
plyglot has already mustach support
This commit is contained in:
3
vimrc
3
vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user