From cac6a54a2e36c7039186509e3764968ab90cdaa6 Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Tue, 13 Jan 2026 20:33:43 -0500 Subject: [PATCH] desible noice --- lua/cargdev/plugins/noice.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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,