diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index b5cda4f..c02241d 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -27,6 +27,11 @@ number = true; relativenumber = true; clipboard = "unnamedplus"; + + tabstop = 2; + shiftwidth = 2; + expandtab = true; + softtabstop = 2; }; globals.mapleader = " ";