Skip to content

Commit 427c63d

Browse files
feat(blink-cmp): disable cmp-git (#1268)
disable cmp-git Co-authored-by: windowsrefund <mtf8>
1 parent 932a3da commit 427c63d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ return {
9393
-- disable built in completion plugins
9494
{ "hrsh7th/nvim-cmp", enabled = false },
9595
{ "rcarriga/cmp-dap", enabled = false },
96+
{ "petertriho/cmp-git", enabled = false },
9697
{ "L3MON4D3/LuaSnip", enabled = false },
9798
{ "onsails/lspkind.nvim", enabled = false },
9899
},

0 commit comments

Comments
 (0)