fix(python): Depend on external Python LSP and its plugins
When bundled the LSP and its plugins couldn't find modules in the environment.
This commit is contained in:
parent
0231317ae1
commit
3b11fe7ae2
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Exit if the language server isn't available
|
||||
if vim.fn.executable('pylsp') ~= 1 then
|
||||
if vim.fn.executable('pylsp') ~= 1 and vim.fn.executable('mypy') ~= 1 and vim.fn.executable('ruff') then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue