We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27aa919 commit 75ebc1fCopy full SHA for 75ebc1f
helix-term/src/commands/typed.rs
@@ -2503,7 +2503,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
2503
aliases: &[],
2504
doc: "Stops the Language Server that is in use by the current doc",
2505
fun: lsp_stop,
2506
- completer: None,
+ signature: CommandSignature::none(),
2507
},
2508
TypableCommand {
2509
name: "tree-sitter-scopes",
@@ -2693,7 +2693,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
2693
aliases: &["diffget", "diffg"],
2694
doc: "Reset the diff change at the cursor position.",
2695
fun: reset_diff_change,
2696
2697
2698
];
2699
0 commit comments