neovim: set ft=html for .hbs files

This commit is contained in:
LavaDesu 2021-09-04 21:39:45 +07:00
parent cd31397f53
commit e99bc9742a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -104,6 +104,9 @@
" disable read-only warning " disable read-only warning
au BufEnter * set noro au BufEnter * set noro
" set filetype=html for handlebar templates
au BufRead,BufNewFile *.hbs set filetype=html
" disable empty line tildes " disable empty line tildes
set fcs=eob:\ set fcs=eob:\