-
I have installed But I can't get it working in emacs. I have just naively set How do I get Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@mpanarin might know. |
Beta Was this translation helpful? Give feedback.
-
@kresdjan It seems that you are setting a variable for the wrong server. note the |
Beta Was this translation helpful? Give feedback.
@kresdjan It seems that you are setting a variable for the wrong server.
You need
(setq lsp-pylsp-plugins-autopep8-enabled t)
note the
pylsp
instead ofpyls
in the variable name