Use LSP exclusively for autoformat

Hey all!

I hope this is not a duplicate - I had a look and did not find an awnser :slight_smile:

I much prefer pyright over pyls as a language server, except that pyright does not support automatic formatting.

I think I could use something like efm-langserver to handle just the autoformatting, but I was wondering if it is possible to simply have both servers attached, but disable everything except autoformat for pyls?

1 Like