change completion plugin

this was done to support dynamically enabling AI autosuggestion and is
disabled by default
This commit is contained in:
Alexander Navarro 2024-11-25 13:19:52 -03:00
parent ec750a0e89
commit 6e2a88508c
7 changed files with 114 additions and 126 deletions

View file

@ -7,17 +7,15 @@ return { -- Change colors.none if not using a transparent background
transparent_background = true,
integrations = {
aerial = true,
blink_cmp = true,
cmp = true,
notify = true,
harpoon = false,
indent_blankline = { enabled = true, scope_color = "text", },
lsp_trouble = true,
mason = true,
neogit = true,
noice = true,
lsp_trouble = true,
indent_blankline = {
enabled = true,
scope_color = "text",
},
notify = true,
},
custom_highlights = function(colors)
return {