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 9999574 commit c317e3b
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 c317e3b

Please sign in to comment.