mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-05 11:37:59 +02:00
Merge pull request #1029 from imnotpoz/kaktus-fix
languages/wgsl: fix binary path
This commit is contained in:
commit
da1fed218b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
cmd = ${
|
||||
if isList cfg.lsp.package
|
||||
then expToLua cfg.lsp.package
|
||||
else "{'${cfg.lsp.package}/bin/wgsl_analyzer'}"
|
||||
else "{'${cfg.lsp.package}/bin/wgsl-analyzer'}"
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue