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

Custom server executable (zls) #43

Open
Sahnvour opened this issue Aug 2, 2023 · 0 comments
Open

Custom server executable (zls) #43

Sahnvour opened this issue Aug 2, 2023 · 0 comments

Comments

@Sahnvour
Copy link

Sahnvour commented Aug 2, 2023

I'm trying to override the zls version installed by Mason with the more recent one I built locally.

First, I modified the file opened by :LspSettings zls to have

{
    "zls.path": "/path/to/zls"
}

as is specified by the schema, but it did not have any effect and the Mason one was still used.

Being in LunarVim, I could workaround with this bit of config but I'm not sure it's correct/optimal

vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "zls" })
require("lvim.lsp.manager").setup("zls", {
    cmd = { "/path/to/zls" },
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant