From 627d50e1e26b0058a38707d1b37a703301ccea0e Mon Sep 17 00:00:00 2001 From: krizej Date: Sat, 21 Sep 2024 12:58:21 +0200 Subject: [PATCH] the tabs in question: --- modules/stuff/vim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stuff/vim.nix b/modules/stuff/vim.nix index f6bfadf..b54776e 100644 --- a/modules/stuff/vim.nix +++ b/modules/stuff/vim.nix @@ -20,6 +20,7 @@ in { }; extraConfig = '' set laststatus=0 + set shiftwidth=4 smarttab expandtab ''; }; };