mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Update aerospace
This commit is contained in:
@@ -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
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user