Vim treat .gohtml as HTML
This commit is contained in:
parent
eb90aaafe1
commit
40e34b36d4
|
@ -94,9 +94,7 @@ if &term == "screen" || &term == "xterm" || &term == "xterm-256color"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" custom file extensions
|
" custom file extensions
|
||||||
au BufNewFile,BufRead *.panel set filetype=html
|
au BufNewFile,BufRead *.gohtml set filetype=html
|
||||||
au BufNewFile,BufRead *.tt set filetype=html
|
|
||||||
au BufNewFile,BufRead *.tp set filetype=html
|
|
||||||
|
|
||||||
" Tab Navigation
|
" Tab Navigation
|
||||||
nnoremap [t :tabprevious<CR>
|
nnoremap [t :tabprevious<CR>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user