aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 8da2827..72e4dd6 100644
--- a/init.lua
+++ b/init.lua
@@ -37,6 +37,7 @@ vim.cmd [[
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 BufNewFile,BufRead *.nomad setfiletype hcl
]]
vim.o.relativenumber = true
-- Distable word wrap