Update aerospace

This commit is contained in:
Bas Grolleman
2025-07-31 14:26:48 +02:00
parent 7c62c0f379
commit 2c2399308f
7 changed files with 150 additions and 28 deletions

View File

@@ -1,6 +1,9 @@
return {
{
"saghen/blink.cmp",
dependencies = {
"Kaiser-Yang/blink-cmp-avante",
},
opts = {
completion = {
ghost_text = {
@@ -16,6 +19,20 @@ return {
auto_show = true,
},
},
sources = {
-- Add 'avante' to the list
-- NOTE Disbable adding this until I can properly figure it out
-- default = { "avante", "lsp", "path", "buffer" },
providers = {
avante = {
module = "blink-cmp-avante",
name = "Avante",
opts = {
-- options for blink-cmp-avante
},
},
},
},
},
},
}