nixvim dont remap gt
This commit is contained in:
parent
e7f01b5ba0
commit
0dd68a7d25
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue