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 1f657a0 commit 49565d6Copy full SHA for 49565d6
lua/community.lua
@@ -12,6 +12,9 @@ return {
12
{ import = "astrocommunity.color.headlines-nvim" },
13
{ import = "astrocommunity.colorscheme.catppuccin" },
14
{ 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" },
18
{ import = "astrocommunity.completion.cmp-cmdline" },
19
{ import = "astrocommunity.completion.cmp-git" },
20
{ import = "astrocommunity.completion.copilot-lua-cmp" },
0 commit comments