#How can enable lsp-client in text editor kate?

1 messages · Page 1 of 1 (latest)

proud wolf
#

How can enable lsp-client python in text editor kate?

I enable in plugin and put configuration json, but no work.

I leave a fragment of the json configuration for python (it is more extensive because it has other programming languages)

"python": {
            "command": ["pylsp", "--check-parent-process"],
            "url": "https://github.com/python-lsp/python-lsp-server",
            "highlightingModeRegex": "^Python$"

I have install pip install python-lsp-server.
My OS is Debian 12.
Kate last version app image.

proud wolf