1
0

Vim treat .gohtml as HTML

This commit is contained in:
Noah 2018-04-12 10:28:06 -07:00
parent eb90aaafe1
commit 40e34b36d4

View File

@ -94,9 +94,7 @@ if &term == "screen" || &term == "xterm" || &term == "xterm-256color"
endif
" custom file extensions
au BufNewFile,BufRead *.panel set filetype=html
au BufNewFile,BufRead *.tt set filetype=html
au BufNewFile,BufRead *.tp set filetype=html
au BufNewFile,BufRead *.gohtml set filetype=html
" Tab Navigation
nnoremap [t :tabprevious<CR>