mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-05 08:48:56 +00:00
feat(nvim): update blink config
This commit is contained in:
@@ -91,21 +91,19 @@ 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 = {
|
||||||
|
default = {
|
||||||
|
'lsp',
|
||||||
|
'copilot',
|
||||||
|
'path',
|
||||||
|
'snippets',
|
||||||
|
'buffer',
|
||||||
|
},
|
||||||
providers = {
|
providers = {
|
||||||
copilot = {
|
copilot = {
|
||||||
name = 'copilot',
|
name = 'copilot',
|
||||||
module = 'blink-cmp-copilot',
|
module = 'blink-cmp-copilot',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
completion = {
|
|
||||||
enabled_providers = {
|
|
||||||
'lsp',
|
|
||||||
'copilot',
|
|
||||||
'path',
|
|
||||||
'snippets',
|
|
||||||
'buffer',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- experimental auto-brackets support
|
-- experimental auto-brackets support
|
||||||
|
|||||||
Reference in New Issue
Block a user