Skip to content

Commit

Permalink
fix(msg): add new msg_show.lua_print to default routes for messages
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 21, 2024
1 parent 203f74a commit 0e9853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/config/routes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function M.defaults()
view = Config.options.messages.view,
filter = {
event = "msg_show",
kind = { "", "echo", "echomsg" },
kind = { "", "echo", "echomsg", "lua_print" },
},
opts = { replace = true, merge = true, title = "Messages" },
},
Expand Down

0 comments on commit 0e9853b

Please sign in to comment.