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"; }; };