We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb977d commit cb57b7dCopy full SHA for cb57b7d
lua/kickstart/plugins/blink-cmp.lua
@@ -87,7 +87,7 @@ return {
87
},
88
89
sources = {
90
- default = { 'lsp', 'path', 'snippets', 'lazydev' },
+ default = { 'lsp', 'path', 'snippets', 'lazydev', 'conjure' },
91
providers = {
92
lazydev = { module = 'lazydev.integrations.blink', score_offset = 100 },
93
conjure = { module = 'blink.compat.source', name = 'conjure' },
0 commit comments