erm, not sure when and why I put this in here :s

This commit is contained in:
Thomas Ruoff
2018-01-27 00:44:15 +01:00
parent 695fc84e0a
commit 2c1308a4d7

1
vimrc
View File

@@ -346,7 +346,6 @@ augroup END
augroup web augroup web
autocmd! autocmd!
autocmd FileType javascript map <leader>r <esc>:TernRename<CR> autocmd FileType javascript map <leader>r <esc>:TernRename<CR>
autocmd BufRead,BufNewFile *.json set ft=json
autocmd BufRead,BufNewFile *.template set filetype=html.mustache syntax=mustache autocmd BufRead,BufNewFile *.template set filetype=html.mustache syntax=mustache
augroup END augroup END