tweaked avante, removed example, added generate_overview.bash

This commit is contained in:
Nicole Dresselhaus
2025-07-01 20:34:13 +02:00
parent ace703ea1d
commit 41e1067647
5 changed files with 81 additions and 227 deletions

View File

@ -1,7 +1,7 @@
return {
"saghen/blink.cmp",
dependencies = {
"Kaiser-Yang/blink-cmp-avante",
-- "Kaiser-Yang/blink-cmp-avante",
-- ... Other dependencies
},
opts = {
@ -15,15 +15,15 @@ return {
},
},
sources = {
default = { "avante", "lsp", "path", "buffer", "minuet" },
default = { "lsp", "path", "buffer", "minuet" },
providers = {
avante = {
module = "blink-cmp-avante",
name = "Avante",
opts = {
-- options for blink-cmp-avante
},
},
-- avante = {
-- module = "blink-cmp-avante",
-- name = "Avante",
-- opts = {
-- -- options for blink-cmp-avante
-- },
-- },
minuet = {
name = "minuet",
module = "minuet.blink",