fix: bash-language-server should be called with start command

This commit is contained in:
CJ van den Berg 2024-04-19 22:03:40 +02:00
parent 36acb827c3
commit ca031a213e

View file

@ -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 = .{