Skip to content

Commit

Permalink
fix: use error color when no language server supports X
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev committed Jan 17, 2025
1 parent 59fc063 commit c2620f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands/lsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ macro_rules! language_server_with_feature {
match language_server {
Some(language_server) => language_server,
None => {
$editor.set_status(format!(
$editor.set_error(format!(
"No configured language server supports {}",
$feature
));
Expand Down

0 comments on commit c2620f3

Please sign in to comment.