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
3 changed files with 4 additions and 3 deletions
Showing only changes of commit 9ad31cb9ea - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ return {
indicator = { style = "underline" },
offsets = {
{
filetype = "neo-tree",
filetype = "snacks_picker_list",
text = " ",
text_align = "center",
separator = true,
+2 -1
View File
@@ -128,7 +128,8 @@ return {
SnacksDashboardHeader = { fg = "palette.darkred" },
SnacksDashboardTitle = { fg = "palette.turquoise" },
SnacksIndentScope = { fg = "palette.lightblue" },
NormalFloat = { bg = "palette.bgDark" }
NormalFloat = { bg = "palette.bgDark" },
Directory = { fg = "palette.cyan" }
},
},
})
+1 -1
View File
@@ -21,7 +21,7 @@ return {
statusline = {},
winbar = {},
},
ignore_focus = { "neo-tree", "TelescopePrompt", "neo-tree-popup" },
ignore_focus = { "snacks_picker_list" },
always_divide_middle = true,
globalstatus = false,
refresh = {