mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(tabnine): dont call CmpTabnineHub in build. Fixes #4828
This commit is contained in:
parent
5c5ae903c9
commit
6dcf5d7159
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue