mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.26k stars 225 forks source link

term_start function unknown error #722

Open JustForCodin opened 4 months ago

JustForCodin commented 4 months ago

Hello there! I'm trying to install pylsp-all for python using :LspInstallServer and I get the following error

Installing pylsp-all
Error detected while processing function <SNR>35_vim_lsp_install_server:
line   32:
E117: Unknown function: term_start
E15: Invalid expression: term_start([l:entry[1]], {'cwd': l:server_install_dir})

It also says: pylsp-all requires py, but I already have python installed on my mac. I'm using MacOS 10.13.6 and Vim 8.0.1283 I tried to install pylsp-all manually but it didn't solve the problem and I couldn't find any info about this. Any idea why this happens? Is this function deprecated or something? I kinda new to vim btw, just tryna get it how things work here :)

IgorTodorovskiIBM commented 3 months ago

I'm getting this as well

IgorTodorovskiIBM commented 3 months ago

I had to rebuild my vim with --enable-terminal support, that fixed it