diff options
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ vim.g.mapleader = ' ' vim.o.expandtab = true vim.o.tabstop = 4 vim.o.shiftwidth = 0 +vim.cmd [[ +autocmd Filetype nix setlocal ts=2 sw=2 sts=0 expandtab +]] vim.o.relativenumber = true -- Distable word wrap vim.o.wrap = false |