fix(tabnine): dont call CmpTabnineHub in build. Fixes #4828

This commit is contained in:
Folke Lemaitre committed 2024-11-18 21:27:36 +01:00
1 parent 5c5ae903c9
commit 6dcf5d7159
1 file changed
-1
@@ -8,7 +8,6 @@ return {
"tzachar/cmp-tabnine",
build = {
LazyVim.is_win() and "pwsh -noni .\\install.ps1" or "./install.sh",
":CmpTabnineHub",
},
dependencies = "hrsh7th/nvim-cmp",
opts = {