mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
fix(languages/helm): source likely-valid yamlls path
This commit is contained in:
parent
8da8accdf4
commit
9e31b131a7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
helm-ls = {
|
helm-ls = {
|
||||||
yamlls = {
|
yamlls = {
|
||||||
# TODO: Determine if this is a good enough solution
|
# TODO: Determine if this is a good enough solution
|
||||||
path = (head yamlCfg.lsp.servers).cmd;
|
path = config.vim.lsp.servers.${head yamlCfg.lsp.servers}.cmd;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue