diff options
author | Cody Hiar <cody@hiar.ca> | 2023-05-11 12:33:33 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-05-11 12:33:33 -0600 |
commit | 1e210beed8123f324c83066dd812343c82297cae (patch) | |
tree | ed6028ab1c89a18819c1d50c401f4a9b0eaf0935 | |
parent | 3b16639a149f426f136da560227045bff69ec8d8 (diff) |
Add htmldjango as well
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |