mirror of https://github.com/helix-editor/helix
Fix typo in string representation of GotoReference (#9395)
parent
9c56afeff3
commit
f5f08becef
|
@ -263,7 +263,7 @@ impl Display for LanguageServerFeature {
|
|||
GotoDeclaration => "goto-declaration",
|
||||
GotoDefinition => "goto-definition",
|
||||
GotoTypeDefinition => "goto-type-definition",
|
||||
GotoReference => "goto-type-definition",
|
||||
GotoReference => "goto-reference",
|
||||
GotoImplementation => "goto-implementation",
|
||||
SignatureHelp => "signature-help",
|
||||
Hover => "hover",
|
||||
|
|
Loading…
Reference in New Issue