You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
mason-lspconfig includes a automatic_installation setting. This is great, because it allows a single source of truth.
It works flawlessly when entering nvim on a fresh installation, but it does nothing when performing a headless bootstrap.
Is your feature request related to a problem? Please describe.
mason-lspconfig
includes aautomatic_installation
setting. This is great, because it allows a single source of truth.It works flawlessly when entering
nvim
on a fresh installation, but it does nothing when performing a headless bootstrap.mason-lspconfig.nvim/lua/mason-lspconfig/lspconfig_hook.lua
Lines 10 to 23 in 482350b
Describe the solution you'd like
I would be nice if headless mode triggered a sync automatic installation
Describe potential alternatives you've considered
Deleting these lines would solve the issue, bc
mason
already takes care of headless sync installationmason-lspconfig.nvim/lua/mason-lspconfig/lspconfig_hook.lua
Lines 11 to 13 in 482350b
I don't know if there is any other side effect of removing this safeguard.
The text was updated successfully, but these errors were encountered: