diff options
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lsp')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix | 16 |
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 = { |