Skip to content

Commit 39f6bdf

Browse files
committed
fix(blink-cmp): update to v0.12
1 parent 2e21bc2 commit 39f6bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/completion/blink-cmp/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ return {
7777
"Saghen/blink.cmp",
7878
event = { "InsertEnter", "CmdlineEnter" },
7979
version = "0.*",
80-
opts_extend = { "sources.default", "sources.cmdline" },
80+
opts_extend = { "sources.default", "cmdline.sources", "term.sources" },
8181
opts = {
8282
-- remember to enable your providers here
8383
sources = {

0 commit comments

Comments
 (0)