Skip to content

Commit

Permalink
Update lua/rustaceanvim/server_status.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Jakobi <[email protected]>
  • Loading branch information
edevil and mrcjkb authored Sep 19, 2024
1 parent 43a8e9a commit ed016fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rustaceanvim/server_status.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function M.handler(_, result, ctx, _)
-- notify of LSP errors/warnings
if result.health and result.health ~= 'ok' then
local message = ([[
rust-analyzer health is %s:
rust-analyzer health status is [%s]:
%s
Run ':RustLsp logFile' for details.
]]):format(result.health, result.message or "[unknown error]")
Expand Down

0 comments on commit ed016fa

Please sign in to comment.