nixvim dont remap gt

This commit is contained in:
cy 2025-01-11 22:50:00 -05:00
parent e7f01b5ba0
commit 0dd68a7d25

View file

@ -140,7 +140,8 @@
"K" = "hover";
"gd" = "definition";
"gD" = "references";
"gt" = "type_definition";
# "gt" = "type_definition"; # conflicts with switch tab
"gI" = "type_definition";
"gi" = "implementation";
};
servers = {