fix: small fixes
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user