Skip to content

Commit

Permalink
feat: add hint on how to configure/disable server status notifications (
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Sep 27, 2024
1 parent d7ce14c commit 371793a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/rustaceanvim/server_status.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ function M.handler(_, result, ctx, _)
rust-analyzer health status is [%s]:
%s
Run ':RustLsp logFile' for details.
To configure or disable rust-analyzer server status notifications,
see ':h rustaceanvim.lsp.ClientOpts'.
]]):format(result.health, result.message or '[unknown error]')
vim.notify(message, vim.log.levels.WARN)
end
Expand Down

0 comments on commit 371793a

Please sign in to comment.