Skip to content

Commit cb57b7d

Browse files
committed
enable blink conjure provider
1 parent 6eb977d commit cb57b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/blink-cmp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ return {
8787
},
8888

8989
sources = {
90-
default = { 'lsp', 'path', 'snippets', 'lazydev' },
90+
default = { 'lsp', 'path', 'snippets', 'lazydev', 'conjure' },
9191
providers = {
9292
lazydev = { module = 'lazydev.integrations.blink', score_offset = 100 },
9393
conjure = { module = 'blink.compat.source', name = 'conjure' },

0 commit comments

Comments
 (0)