Skip to content

Commit 49565d6

Browse files
committed
docs(community/completion): add commented-out blink-cmp
1 parent 1f657a0 commit 49565d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/community.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ return {
1212
{ import = "astrocommunity.color.headlines-nvim" },
1313
{ import = "astrocommunity.colorscheme.catppuccin" },
1414
{ import = "astrocommunity.completion.avante-nvim" },
15+
-- Consider switching from nvim-cmp to blink.cmp someday in the future
16+
-- when blink.cmp is more mature.
17+
--{ import = "astrocommunity.completion.blink-cmp" },
1518
{ import = "astrocommunity.completion.cmp-cmdline" },
1619
{ import = "astrocommunity.completion.cmp-git" },
1720
{ import = "astrocommunity.completion.copilot-lua-cmp" },

0 commit comments

Comments
 (0)