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
a2a83c36c9
commit
a6ba7e1e72
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
helm-ls = {
|
||||
yamlls = {
|
||||
# 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