From a539ab7581caea7e75bc0663f01025d581e73632 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 10 Sep 2025 15:48:30 +0200 Subject: [PATCH] refactor: remove unused Vim setting 'go=a' from configuration :fire: --- nixos/home/danny/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index d6f26d1..66dc927 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -13,7 +13,6 @@ # extraLuaConfig is also available; we’ll keep your Vimscript as-is: extraConfig = '' set title - set go=a set mouse=a set nohlsearch set number