Zed: Difference between revisions

Picnoir (talk | contribs)
No edit summary
Picnoir (talk | contribs)
No edit summary
Line 7: Line 7:
By default, Zed will try to download pre-build LSP servers in <code>~/.local/share/zed/languages/</code>. This obviously won't work for NixOS.
By default, Zed will try to download pre-build LSP servers in <code>~/.local/share/zed/languages/</code>. This obviously won't work for NixOS.


There's sadly no way to inject those from $PATH for now. Worse, the way to point to the language server is language-specific, there is no global configuration flag for now.
There's sadly no way to inject those from <code>$PATH</code> for now. Worse, the way to point to the language server is language-specific, there is no global configuration flag for now.


The following sections contain some language-specific setup working on NixOS.
The following sections contain some language-specific setup working on NixOS.