[CMP] Fix new update breaking border

This commit is contained in:
2026-01-05 17:15:52 +01:00
parent 2a3a558621
commit f9202899bc
3 changed files with 245 additions and 247 deletions

View File

@@ -28,8 +28,11 @@ return {
},
window = {
documentation = cmp.config.window.bordered(),
documentation = cmp.config.window.bordered({
border = { "", "", "", "", "", "", "", "" },
}),
completion = cmp.config.window.bordered({
border = { "", "", "", "", "", "", "", "" },
winhighlight = "Normal:CmpPmenu,CursorLine:PmenuSel,Search:None",
}),
},

View File

@@ -126,7 +126,7 @@ return {
SnacksDashboardIcon = { fg = "palette.orange" },
SnacksDashboardHeader = { fg = "palette.darkred" },
SnacksDashboardTitle = { fg = "palette.turquoise" },
SnacksIndentScope = { fg = "palette.lightblue" }
SnacksIndentScope = { fg = "palette.lightblue" },
},
},
})

View File

@@ -1,5 +0,0 @@
return {
-- prettier prompts
"stevearc/dressing.nvim",
event = "VeryLazy",
}