feat(nvim): update blink config

This commit is contained in:
2024-12-20 22:54:17 +02:00
parent a76033a48a
commit e16c5611ec

View File

@@ -91,20 +91,18 @@ return {
-- default list of enabled providers defined so that you can extend it -- default list of enabled providers defined so that you can extend it
-- elsewhere in your config, without redefining it, via `opts_extend` -- elsewhere in your config, without redefining it, via `opts_extend`
sources = { sources = {
providers = { default = {
copilot = {
name = 'copilot',
module = 'blink-cmp-copilot',
},
},
completion = {
enabled_providers = {
'lsp', 'lsp',
'copilot', 'copilot',
'path', 'path',
'snippets', 'snippets',
'buffer', 'buffer',
}, },
providers = {
copilot = {
name = 'copilot',
module = 'blink-cmp-copilot',
},
}, },
}, },