fix: small fixes

This commit is contained in:
2026-06-15 14:36:57 +02:00
parent 126b5e68b4
commit 667565c0d0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ return {
{ {
"<leader>fn", "<leader>fn",
function() function()
Snacks.picker.notifications() Snacks.picker.noice()
end, end,
desc = "Show notifications", desc = "Show notifications",
mode = "n", mode = "n",
+1 -1
View File
@@ -21,7 +21,7 @@ return {
statusline = {}, statusline = {},
winbar = {}, winbar = {},
}, },
ignore_focus = { "snacks_picker_list" }, ignore_focus = { "snacks_picker_list", "snacks_input" },
always_divide_middle = true, always_divide_middle = true,
globalstatus = false, globalstatus = false,
refresh = { refresh = {