Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp automatic_installation can't be set to true #4322

Open
LostNeophyte opened this issue Aug 9, 2023 · 0 comments
Open

lsp automatic_installation can't be set to true #4322

LostNeophyte opened this issue Aug 9, 2023 · 0 comments
Assignees

Comments

@LostNeophyte
Copy link
Member

image
related code:

local should_auto_install = function(name)
local installer_settings = lvim.lsp.installer.setup
return installer_settings.automatic_installation
and not vim.tbl_contains(installer_settings.automatic_installation.exclude, name)
end

@LostNeophyte LostNeophyte self-assigned this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant