-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Nix LSP (Nil) #2551
Comments
Have you tried to add a basic config for this server in {
"clients": {
"nil": {
"enabled": true,
"command": ["nil"],
"selector": "source.nix"
},
}
} |
That works with Nix extension, thank you very much! However, seems like it's kinda unmaintained. |
What seems unmaintained? The Nix syntax highlighting package? |
It would be nice to have LSP and syntax highlightning (not sure if it's LSP responsibility) for Nix.
Language server: Nil
Example integration with Lapce editor: https://github.com/MrFoxPro/lapce-nix
The text was updated successfully, but these errors were encountered: