fix(tabnine): dont call CmpTabnineHub in build. Fixes #4828
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user