languages/wgsl: fix binary path

This commit is contained in:
poz 2025-07-19 23:02:52 +02:00
commit 7f6fe46833
No known key found for this signature in database

View file

@ -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'}"
}
}
'';