From 001cab1caa6a7b9b3d1c463c05a666adcfdf6e7d Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 29 May 2025 11:12:38 +0200 Subject: [PATCH] :wrench: Add vim config Signed-off-by: SindreKjelsrud --- hosts/wano/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/wano/home.nix b/hosts/wano/home.nix index c3b21e7..ae9f576 100644 --- a/hosts/wano/home.nix +++ b/hosts/wano/home.nix @@ -47,6 +47,15 @@ clean.extraArgs = "--keep-since 4d --keep 3"; flake = "../../flake.nix"; }; + + # Vim config + vim = { + enable = true; + settings = { + tabstop = 2; + shiftwidth = 2; + }; + }; }; # GPG setup