Conditional plugin configuration #351
stinovlas
started this conversation in
Configuration
Replies: 1 comment
-
Hey @stinovlas, thanks for reporting. I don't think this is is possible, i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I recently migrated to
python-lsp-server
fromjedi-language-server
. I figure whether there is some way to conditionaly enable/disable plugins for some projects. I do have a number of them and some of them use some plugins, others don't (e.g. some of the projects I work on are formatted byblack
and some are not).What I'm asking for is not configuration of the plugin, but rather configuration of
python-lsp-server
whether to use that plugin for a particular project. Is that even possible?Edit: I'll probably be able to create some hooks for my neovim config to set whether plugin is enabled, if necessary, but I was wondering whether there is some way how to configure
python-lsp-server
directly.Beta Was this translation helpful? Give feedback.
All reactions