From b97550e84ffc99f1c9b5aa3e5b64192c957dc3bf Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 28 Oct 2025 11:20:24 +0100 Subject: [PATCH] [Noice] Improve vimtex filtering --- nvim/lua/plugins/style/noice.lua | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/nvim/lua/plugins/style/noice.lua b/nvim/lua/plugins/style/noice.lua index 635d1f6..a499c40 100755 --- a/nvim/lua/plugins/style/noice.lua +++ b/nvim/lua/plugins/style/noice.lua @@ -52,7 +52,6 @@ return { filter = { event = "msg_show", kind = "echo", - cmdline = "VimtexCompile", find = "VimTeX:", }, opts = { skip = true }, @@ -61,20 +60,19 @@ return { filter = { event = "msg_show", kind = "echo", - cmdline = "VimtexCompile", find = "Compil", }, view = "mini", - opts = { - stop = true, - -- format = { "VimTeX: {message}" }, - -- timeout = 2000 - }, + -- opts = { + -- format = { "VimTeX: {message}" }, + -- timeout = 2000 + -- }, }, { filter = { event = "msg_show", - kind = "bufwrite", + kind = "", + filter = "written" }, opts = { skip = true }, },