module(helix,zed): Add nil as lsp for nix language
This commit is contained in:
parent
7f20dd1e90
commit
9675b160d2
4 changed files with 5 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ in {
|
|||
userSettings = {
|
||||
languages = {
|
||||
Nix = {
|
||||
language_servers = ["nixd" "!nil"];
|
||||
language_servers = ["nixd" "nil"];
|
||||
formatter = {
|
||||
external = {
|
||||
command = "alejandra";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue