feat: new setup using fewer plugins, more reliant on snacks, better completions #1

Merged
janishutz merged 16 commits from dev into main 2026-07-06 09:51:06 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 667565c0d0 - Show all commits
+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 = {