diff --git a/lua/plugins/noice.lua b/lua/plugins/noice.lua index 18fdcef..091032e 100644 --- a/lua/plugins/noice.lua +++ b/lua/plugins/noice.lua @@ -7,6 +7,9 @@ return { event = 'VeryLazy', config = function() require('noice').setup { + health = { + checker = false, + }, lsp = { override = { ['vim.lsp.util.convert_input_to_markdown_lines'] = true, diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index 587f5c4..3204340 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -62,6 +62,7 @@ return { }, indent = { enabled = false }, input = { enabled = true }, + notifier = { enabled = false }, git = { enabled = false }, image = { enabled = false }, -- Might re-enable at some point