vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

term_start function unknown error

Open JustForCodin opened this issue 1 year ago • 2 comments

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 :)

JustForCodin avatar Feb 25 '24 17:02 JustForCodin

I'm getting this as well

IgorTodorovskiIBM avatar Mar 13 '24 14:03 IgorTodorovskiIBM

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

IgorTodorovskiIBM avatar Mar 14 '24 02:03 IgorTodorovskiIBM