diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |