Editor Modes for Nix Files: Difference between revisions
m propose merge |
The rnix repository was archived and is no longer maintained (can be seen be just clicking the link). |
||
| Line 6: | Line 6: | ||
Most popular editors have support for the [https://microsoft.github.io/language-server-protocol language server protocol], the following language servers can be used to provide features like completions and go-to-definition. | Most popular editors have support for the [https://microsoft.github.io/language-server-protocol language server protocol], the following language servers can be used to provide features like completions and go-to-definition. | ||
* [https://github.com/oxalica/nil nil] | * [https://github.com/oxalica/nil nil] | ||
* [https://github.com/nix-community/nixd nixd] | * [https://github.com/nix-community/nixd nixd] | ||
* [https://github.com/nix-community/rnix-lsp rnix-lsp] (deprecated) | |||
== Emacs == | == Emacs == | ||