neovim: set ft=html for .hbs files
This commit is contained in:
parent
cd31397f53
commit
e99bc9742a
1 changed files with 3 additions and 0 deletions
|
|
@ -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:\
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue