Added nushell lsp

This commit is contained in:
EsVagy42 2025-11-12 18:40:54 +01:00
parent cef37f249d
commit 3f1bb81446

View file

@ -21,6 +21,9 @@
installGhc = true; installGhc = true;
}; };
csharp_ls.enable = true; csharp_ls.enable = true;
nushell = {
enable = true;
};
}; };
}; };
}; };