diff options
-rw-r--r-- | flake.nix | 1 | ||||
-rw-r--r-- | init.lua | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -120,6 +120,7 @@ nixfmt languagetool lf + terraform-ls ] } makeWrapper ${myneovim}/bin/nvim $out/bin/nvim --prefix PATH : $BINPATH @@ -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 |