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 932a3da commit 427c63dCopy full SHA for 427c63d
lua/astrocommunity/completion/blink-cmp/init.lua
@@ -93,6 +93,7 @@ return {
93
-- disable built in completion plugins
94
{ "hrsh7th/nvim-cmp", enabled = false },
95
{ "rcarriga/cmp-dap", enabled = false },
96
+ { "petertriho/cmp-git", enabled = false },
97
{ "L3MON4D3/LuaSnip", enabled = false },
98
{ "onsails/lspkind.nvim", enabled = false },
99
},
0 commit comments