Никак не хочет работать pylsp.
Вот что выдаёт в логах:
Command "pyls" is not present on the path.
Command "pylsp" is present on the path.
Command "ruff-lsp" is not present on the path.
Command "semgrep lsp" is not present on the path.
Command "pyls" is not present on the path.
Command "pylsp" is present on the path.
Command "ruff-lsp" is not present on the path.
Command "semgrep lsp" is not present on the path.
Found the following clients for /home/tux/Documents/Projects/main.py: (server-id pylsp, priority -1)
The following clients were selected based on priority: (server-id pylsp, priority -1)
Вот что записано в init.el:
(use-package lsp-python-ms
:ensure t
:init (setq lsp-python-ms-auto-install-server t)
:hook (python-mode . (lambda ()
(require 'lsp-python-ms)
(lsp)))) ; or lsp-deferred
Устанавливал python3-pylsp (devuan) через apt - не работает
Устанавливал в виртуальном окружении (python-lsp-server[all]) (pyvenv-workon) - не работает
Pyright кстати, тоже не работает, подключиться никак не может
Перемещено hobbit из general