change completion plugin
this was done to support dynamically enabling AI autosuggestion and is disabled by default
This commit is contained in:
parent
ec750a0e89
commit
6e2a88508c
7 changed files with 114 additions and 126 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue