From 587c68e0fdfdf7d4f60f25dc3ca9cf5a0f80fb0c Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Fri, 6 Dec 2024 14:26:15 +0100 Subject: [PATCH] plugin/noice: Disable notifications --- lua/valeth/plugins/noice.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/valeth/plugins/noice.lua b/lua/valeth/plugins/noice.lua index c45d0ff..b07fea4 100644 --- a/lua/valeth/plugins/noice.lua +++ b/lua/valeth/plugins/noice.lua @@ -5,6 +5,10 @@ local spec = { spec.event = "VeryLazy" spec.opts = { + notify = { + -- keep this disabled until I find a solution to make it less obnoxious + enabled = false + }, lsp = { override = { ["vim.lsp.util.convert_input_to_markdown_lines"] = true,