fix: bash-language-server should be called with start command
This commit is contained in:
parent
36acb827c3
commit
ca031a213e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pub const bash = .{
|
|||
.extensions = .{ "sh", "bash", ".profile" },
|
||||
.comment = "#",
|
||||
.first_line_matches = .{ .prefix = "#!", .content = "sh" },
|
||||
.language_server = .{"bash-language-server"},
|
||||
.language_server = .{"bash-language-server", "start"},
|
||||
};
|
||||
|
||||
pub const c = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue