aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index b17b046..0b6770e 100644
--- a/init.lua
+++ b/init.lua
@@ -35,6 +35,8 @@ vim.o.tabstop = 4
vim.o.shiftwidth = 0
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
]]
vim.o.relativenumber = true
-- Distable word wrap