aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-05-11 12:33:33 -0600
committerCody Hiar <cody@hiar.ca>2023-05-11 12:33:33 -0600
commit1e210beed8123f324c83066dd812343c82297cae (patch)
treeed6028ab1c89a18819c1d50c401f4a9b0eaf0935
parent3b16639a149f426f136da560227045bff69ec8d8 (diff)
Add htmldjango as well
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
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