From 2cc7060fc43917ad0122bff4838ef1e832f91c30 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Tue, 4 Jun 2024 11:08:54 -0700 Subject: [PATCH] Removed type definition shortcut Shortcut conflicted with default shortcuts for switching tabs :( --- config/plugins/lsp.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 2b22cd3..059cc2d 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -34,7 +34,6 @@ "gD" = "references"; "gd" = "definition"; "gi" = "implementation"; - "gt" = "type_definition"; }; servers = {