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

This commit is contained in:
Folke Lemaitre
2024-11-18 21:26:55 +01:00
parent 5c5ae903c9
commit 6dcf5d7159

View File

@ -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 = {