From 8b871dabaab8ba369e4138031e9a2bb967f9cc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 4 Sep 2024 12:19:04 +0200 Subject: [PATCH] feat(lsp): map SPC c r to lsp rename --- config/lsp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/lsp.nix b/config/lsp.nix index 87a9b22..b5f6265 100644 --- a/config/lsp.nix +++ b/config/lsp.nix @@ -26,6 +26,7 @@ "gi" = "implementation"; "gt" = "type_definition"; "" = "code_action"; + "cr" = "rename"; }; }; };