From 1e210beed8123f324c83066dd812343c82297cae Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 11 May 2023 12:33:33 -0600 Subject: Add htmldjango as well --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 512c7be..0e90ec0 100644 --- a/init.lua +++ b/init.lua @@ -38,6 +38,7 @@ autocmd Filetype nix setlocal ts=2 sw=2 sts=0 expandtab autocmd Filetype terraform setlocal ts=2 sw=2 sts=0 expandtab autocmd Filetype hcl setlocal ts=2 sw=2 sts=0 expandtab autocmd Filetype html setlocal ts=2 sw=2 sts=0 expandtab +autocmd Filetype htmldjango setlocal ts=2 sw=2 sts=0 expandtab autocmd BufNewFile,BufRead *.nomad setfiletype hcl autocmd BufNewFile,BufRead *.yaml setfiletype yaml.ansible autocmd BufNewFile,BufRead *.yml setfiletype yaml.ansible -- cgit v1.2.3