fix(tabnine): dont call CmpTabnineHub in build. Fixes #4828
This commit is contained in:
@ -8,7 +8,6 @@ return {
|
|||||||
"tzachar/cmp-tabnine",
|
"tzachar/cmp-tabnine",
|
||||||
build = {
|
build = {
|
||||||
LazyVim.is_win() and "pwsh -noni .\\install.ps1" or "./install.sh",
|
LazyVim.is_win() and "pwsh -noni .\\install.ps1" or "./install.sh",
|
||||||
":CmpTabnineHub",
|
|
||||||
},
|
},
|
||||||
dependencies = "hrsh7th/nvim-cmp",
|
dependencies = "hrsh7th/nvim-cmp",
|
||||||
opts = {
|
opts = {
|
||||||
|
Reference in New Issue
Block a user