Random updates I forgot to commit

This commit is contained in:
Bas Grolleman
2025-11-24 11:50:05 +01:00
parent 9c31c06ba5
commit ea63981752
6 changed files with 15 additions and 20 deletions

View File

@@ -19,17 +19,17 @@ return {
auto_show = true,
},
},
file_selector = {
provider = "telescope",
provider_opts = {},
},
sources = {
-- Add 'avante' to the list
-- NOTE Disbable adding this until I can properly figure it out
-- default = { "avante", "lsp", "path", "buffer" },
default = { "avante", "lsp", "path", "buffer" },
providers = {
avante = {
module = "blink-cmp-avante",
name = "Avante",
opts = {
-- options for blink-cmp-avante
},
opts = {},
},
},
},