Switch to nixd lsp

This commit is contained in:
Dave Gallant
2024-02-19 20:23:08 -05:00
parent a1c830b20a
commit 9eb18c9f4b
2 changed files with 2 additions and 2 deletions

View File

@@ -419,7 +419,7 @@ in {
#helm-ls.enable = true;
jsonls.enable = true;
pyright.enable = true;
rnix-lsp.enable = true;
nixd.enable = true;
terraformls.enable = true;
yamlls.enable = true;
};