From 2525b913139c6ca288677126d1451b9683bbac1f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 13 May 2023 15:45:28 +0200 Subject: [PATCH] feat(noice): send written notifications to the mini view instead of notify --- lua/lazyvim/plugins/ui.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 387c73ab..d53f01d8 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -221,6 +221,15 @@ return { ["cmp.entry.get_documentation"] = true, }, }, + routes = { + { + filter = { + event = "msg_show", + find = "%d+L, %d+B", + }, + view = "mini", + }, + }, presets = { bottom_search = true, command_palette = true,