feat: new setup using fewer plugins, more reliant on snacks, better completions #1
@@ -203,7 +203,7 @@ return {
|
||||
{
|
||||
"<leader>fn",
|
||||
function()
|
||||
Snacks.picker.notifications()
|
||||
Snacks.picker.noice()
|
||||
end,
|
||||
desc = "Show notifications",
|
||||
mode = "n",
|
||||
|
||||
@@ -21,7 +21,7 @@ return {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = { "snacks_picker_list" },
|
||||
ignore_focus = { "snacks_picker_list", "snacks_input" },
|
||||
always_divide_middle = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
|
||||
Reference in New Issue
Block a user