mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

Does not work in a poetry environment #663

Closed NeilGirdhar closed 1 year ago

NeilGirdhar commented 1 year ago
git clone git@github.com:NeilGirdhar/tjax.git
cd tjax
poetry install
poetry shell
gvim
:LspInstallServer

Fails because poetry does not install the ensurepip library.