diff --git a/lua/noice/health.lua b/lua/noice/health.lua index 99f37f6c..92c4a499 100644 --- a/lua/noice/health.lua +++ b/lua/noice/health.lua @@ -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"]', },