From f604e21761e1638d34c6a94eb77fe79f683284ec Mon Sep 17 00:00:00 2001 From: Szymon P Date: Thu, 7 May 2026 09:27:33 +0200 Subject: [PATCH] nixvim --- modules/cli/nixvim.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/cli/nixvim.nix b/modules/cli/nixvim.nix index 88ef3c4..067765a 100644 --- a/modules/cli/nixvim.nix +++ b/modules/cli/nixvim.nix @@ -230,10 +230,7 @@ }; keymaps = { lspBuf = { - "gd" = "definition"; - "gi" = "implementation"; "ca" = "code_action"; - "cf" = "format"; "r" = "rename"; }; };