Search notifications.
This commit is contained in:
parent
72ff506c30
commit
27c34ed642
4 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue