From c93d0330672e199f57dc77c92a6a8032ceac7b9b Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 6 Mar 2024 13:25:32 -0500 Subject: [PATCH] 146 current 2024-03-06 13:25:26 24.05.20240303.b8697e5 6.6.19 * --- modules/home-manager/vim.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = " ";