Skip to content

Commit 1201f65

Browse files
committed
fix(msg): add new msg_show.shell_out to default routes for messages
1 parent 0427460 commit 1201f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/noice/config/routes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function M.defaults()
8080
view = Config.options.messages.view,
8181
filter = {
8282
event = "msg_show",
83-
kind = { "", "echo", "echomsg", "lua_print", "list_cmd" },
83+
kind = { "", "echo", "echomsg", "lua_print", "list_cmd", "shell_out" },
8484
},
8585
opts = { replace = true, merge = true, title = "Messages" },
8686
},

0 commit comments

Comments
 (0)