From fd09f1236d8e0f2d540caf6a6ea9a8a17c34f685 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 31 Oct 2025 10:12:34 +0100 Subject: [PATCH] [Noice] Improve routing --- 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 1ba08d0..97b0c7e 100755 --- a/nvim/lua/plugins/style/noice.lua +++ b/nvim/lua/plugins/style/noice.lua @@ -81,7 +81,7 @@ return { filter = { event = "msg_show", kind = "lua_print", - cmdline = "UsageTrackerShowAgg", + cmdline = "UsageTracker.*", }, }, },