Skip to content

Commit

Permalink
fix(health): correctly check if lsp.message is enabled (folke#381)
Browse files Browse the repository at this point in the history
Co-authored-by: Georgi Dimitrov <georgi.dimitrov@form3.tech>
  • Loading branch information
2 people authored and willothy committed Aug 19, 2023
1 parent 5745741 commit 42c7901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function M.check(opts)
},
{
opt = "lsp.message",
enabled = Config.options.lsp.message,
enabled = Config.options.lsp.message.enabled,
handler = vim.lsp.handlers["window/showMessage"],
handler_str = 'vim.lsp.handlers["window/showMessage"]',
},
Expand Down

0 comments on commit 42c7901

Please sign in to comment.