Setting language-server-specific settings #709
-
I am trying to migrate my
Does eglot provide an equivalent mechanism? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I think the variable I have this in my init to configure (setq-default eglot-workspace-configuration
'((pylsp
(plugins
(jedi_completion (fuzzy . t))
(pydocstyle (enabled . t)))))) |
Beta Was this translation helpful? Give feedback.
-
Converted this to a discussion, as general questions are not what issues are for |
Beta Was this translation helpful? Give feedback.
I think the variable
eglot-workspace-configuration
is what you are looking for.I have this in my init to configure
pylsp
: