about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/lsp
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-25 12:30:36 +0200
committerSoispha <soispha@vhack.eu>2023-08-25 12:31:09 +0200
commitbc198142d4897f48cb914445490ce45de0d75a34 (patch)
tree917ea2f91dfb25673071f19bad663042dcd21551 /home-manager/soispha/config/neovim/nixvim/plugins/lsp
parentFix(hm/conf/leap): Squas (diff)
downloadnixos-config-bc198142d4897f48cb914445490ce45de0d75a34.zip
Fix(hm/conf/neovim/plugins/telescope): Init
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
index 1cca9866..66d4eb93 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
@@ -24,18 +24,10 @@
           action = "declaration";
           desc = "[G]o to [d]eclaration";
         };
-        "<space>gd" = {
-          action = "definition";
-          desc = "[G]o to [d]efinition";
-        };
         "<space>hi" = {
           action = "hover";
           desc = "Display [h]over [i]nformation";
         };
-        "<space>gi" = {
-          action = "implementation";
-          desc = "[G]o to the [i]mplementations";
-        };
         "<space>sh" = {
           action = "signature_help";
           desc = "Display [s]ignature [h]elp";
@@ -48,10 +40,6 @@
           action = "remove_workspace_folder";
           desc = "[W]orkspace folder [r]emove";
         };
-        "<space>gtd" = {
-          action = "type_definition";
-          desc = "[G]o to the [t]ype [d]efinition under the cursor";
-        };
         "<space>rn" = {
           action = "rename";
           desc = "[R]e[n]ame the item under the cursor";
@@ -60,10 +48,6 @@
           action = "code_action";
           desc = "Open the [c]ode [a]ction menu";
         };
-        "<space>gr" = {
-          action = "references";
-          desc = "[G]o to all [r]eferences to the symbol";
-        };
       };
     };
     maps = {