Re-sourcing warning in Lazy when attempting to use automatic server setup with mason #1509
Unanswered
armanschwarz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use lazy to install and setup lspconfig, mason and mason-lspconfig with automatic server setup. My attempt at adapting the instructions at
h: mason-lspconfig-automatic-server-setup
tolazy
looks like this:When I load neovim, it seems to actually work, but when I look at
:messages
I see Re-sourcing your config is not supported with lazy.nvimI think this is an issue with the fact that inside
setup_handlers
I'm requiringlspconfig
, which is a dependency/other module, but I don't know how else I'm supposed to do this.Beta Was this translation helpful? Give feedback.
All reactions