diff --git a/lua/cargdev/plugins/noice.lua b/lua/cargdev/plugins/noice.lua index 4dde799..9f55cbc 100644 --- a/lua/cargdev/plugins/noice.lua +++ b/lua/cargdev/plugins/noice.lua @@ -97,11 +97,7 @@ return { }, lsp = { progress = { - enabled = true, - format = "lsp_progress", - format_done = "lsp_progress_done", - throttle = 1000 / 30, - view = "mini", + enabled = false, -- Disable LSP progress notifications entirely }, override = { ["vim.lsp.util.convert_input_to_markdown_lines"] = true,