Talk:Zed: Difference between revisions
Appearance
Latest comment: 29 June by Dimitarg in topic node required?
→node required?: new section |
|||
| Line 6: | Line 6: | ||
So it was just a big lie. [[User:Malix|Malix]] ([[User talk:Malix|talk]]) 18:32, 17 November 2025 (UTC) | So it was just a big lie. [[User:Malix|Malix]] ([[User talk:Malix|talk]]) 18:32, 17 November 2025 (UTC) | ||
== node required? == | |||
In the "Remote server" section, should we advise people that `pkgs.nodejs` might be needed in some form? Action such as "task - spawn" might require it, for example in Scala Metals: | |||
``` | |||
/run/current-system/sw/bin/zsh -i -c 'node "$HOME/.metals-zed/cmd.mjs" doctor-run' | |||
``` [[User:Dimitarg|Dimitarg]] ([[User talk:Dimitarg|talk]]) 11:02, 29 June 2026 (UTC) | |||
Latest revision as of 11:02, 29 June 2026
"do not add unit markers yourself, the system will do it."
https://wiki.nixos.org/w/index.php?title=Zed&diff=28443&oldid=28440
So it was just a big lie. Malix (talk) 18:32, 17 November 2025 (UTC)
node required?
In the "Remote server" section, should we advise people that `pkgs.nodejs` might be needed in some form? Action such as "task - spawn" might require it, for example in Scala Metals:
```
/run/current-system/sw/bin/zsh -i -c 'node "$HOME/.metals-zed/cmd.mjs" doctor-run'