From 5eaa5212a5b55819bcf7027dcd01080a7dbf0532 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 31 Mar 2025 22:49:03 +0200 Subject: nixvim-dev: use official LSP bindings, but with Trouble --- common/nixvim.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') diff --git a/common/nixvim.nix b/common/nixvim.nix index 69561ea..768540e 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -479,6 +479,10 @@ inputs: mode = "n"; keys = ""; } + { + mode = "n"; + keys = "gr"; + } ]; }; trailspace = { }; -- cgit v1.2.3