Replies: 1 comment
-
|
I think the issue is #1645. |
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.
-
I have the following configuration:
The idea is that I use
commandto run pip with it and install non-standard plugins for the packagepython-lsp-server. I've got that recipe from #908That works well, except in combination with
mason-lspconfig+ensured_installedthe first time Neovim is run with that configuration, raising the following error:The error goes away in the next launch or if I previously run something like
nvim --headless +"MasonUpdate" +"qall", prior to launching Neovim the first time.The thing is I'd like to provide a cleaner experience when using my config files, and not needing to ask the user to manually run
MasonUpdateor to wait a second launch for error to go away.Any ideas on how could I achieve that? I've read something, here in this forum (#1133 (comment)), like calling
require("mason-registry").refresh()inside of my configs, but I couldn't get it to work.Beta Was this translation helpful? Give feedback.
All reactions