From d9febc478345ab663ec565ce8dbda8da7dfcb170 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 28 Oct 2025 12:37:06 +0100 Subject: [PATCH] [Noice] Fix wrong key --- nvim/lua/plugins/style/noice.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/style/noice.lua b/nvim/lua/plugins/style/noice.lua index a499c40..1ba08d0 100755 --- a/nvim/lua/plugins/style/noice.lua +++ b/nvim/lua/plugins/style/noice.lua @@ -72,7 +72,7 @@ return { filter = { event = "msg_show", kind = "", - filter = "written" + find = "written" }, opts = { skip = true }, },