Search notifications.

This commit is contained in:
Drew 2025-05-12 23:47:37 -07:00
parent 72ff506c30
commit 27c34ed642
4 changed files with 4 additions and 3 deletions

View file

@ -41,12 +41,12 @@ return {
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
"rcarriga/nvim-notify",
-- "rcarriga/nvim-notify",
},
opts = {
-- you can enable a preset for easier configuration
presets = {
bottom_search = true, -- use a classic bottom cmdline for search
bottom_search = true, -- use a classic bottom cmdline for search
command_palette = true, -- position the cmdline and popupmenu together
},
},