fixed blink cmp colors (by setting them to cmp colors)

This commit is contained in:
2026-08-05 16:56:39 +01:00
parent 5deeaf552f
commit 26d0d3fcf4
3 changed files with 11 additions and 16 deletions

View File

@@ -4,21 +4,22 @@ vim.pack.add({
})
require("catppuccin").setup({
flavour = "mocha",
transparent_background = true, -- disables setting the background color.
float = {
transparent = true, -- enable transparent floating windows
solid = true, -- use solid styling for floating windows, see |winborder|
},
show_end_of_buffer = true, -- shows the '~' characters after the end of buffers
term_colors = false,
auto_integrations = true,
integrations = {
cmp = true,
blink_cmp = {
style = "bordered",
},
},
show_end_of_buffer = true, -- shows the '~' characters after the end of buffers
term_colors = true,
})
require("vimade").setup({
recipe = { "minimalist", { animate = true } },
fadelevel = 0.6,