From e99bc9742ae00026e542e2ca9bb8d884f6475536 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 4 Sep 2021 21:39:45 +0700 Subject: [PATCH] neovim: set ft=html for .hbs files --- modules/user/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index bdce4d4..1c17625 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -104,6 +104,9 @@ " disable read-only warning au BufEnter * set noro + " set filetype=html for handlebar templates + au BufRead,BufNewFile *.hbs set filetype=html + " disable empty line tildes set fcs=eob:\