Skip to content

Commit 1ff6b10

Browse files
fix(health): correctly check if lsp.message is enabled (#381)
Co-authored-by: Georgi Dimitrov <[email protected]>
1 parent 38e42e1 commit 1ff6b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/noice/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function M.check(opts)
156156
},
157157
{
158158
opt = "lsp.message",
159-
enabled = Config.options.lsp.message,
159+
enabled = Config.options.lsp.message.enabled,
160160
handler = vim.lsp.handlers["window/showMessage"],
161161
handler_str = 'vim.lsp.handlers["window/showMessage"]',
162162
},

0 commit comments

Comments
 (0)