Commit Graph

3 Commits

Author SHA1 Message Date
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Alexey Naidyonov
dc55dab2ae
stylelint-lsp: fix script launch issue on macOS
A leading space before the shebang doesn't affect script execution when run from the shell or via exec on Linux.
However, on macOS, it results in an ENOEXEC (File format error) when using exec.
This fix removes the space to ensure stylelint-lsp can be launched from nixvim on macOS without errors.

Thanks to @gepbird for suggesting the proper fix.
2024-10-16 22:45:12 +02:00
Gutyina Gergő
360fecb837
stylelint-lsp: init at 2.0.0 2024-06-06 14:11:29 +02:00