From 5c73672381193330c7e152c98c2b6cc60cb67e59 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 2 Oct 2024 10:03:43 +0200 Subject: [PATCH] disable write messages --- lua/plugins/noice.lua | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lua/plugins/noice.lua b/lua/plugins/noice.lua index 1a0f9ec..0ee72af 100644 --- a/lua/plugins/noice.lua +++ b/lua/plugins/noice.lua @@ -3,10 +3,14 @@ return { event = 'VeryLazy', opts = { routes = { - -- { - -- filter = { event = 'msg_show', kind = { '' }, find = 'written' }, - -- opts = { skip = true }, - -- }, + { + filter = { + event = 'msg_show', + kind = '', + find = 'written', + }, + opts = { skip = true }, + }, }, lsp = { override = {