mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-13 15:41:03 +00:00
languages/nix: add nixd to supported LSP servers
Add nixd to flake.nix and legacyPackages.nix. Format with alejandra. Update flake.nix Undo change made by nixfmt-rfc-style Set nixd to follow flake-utils as well. Update nixd lspConfig
This commit is contained in:
parent
8997e62b3b
commit
bcab9c277c
4 changed files with 130 additions and 3 deletions
|
|
@ -11,6 +11,7 @@
|
|||
(_: _: {
|
||||
rnix-lsp = inputs'.rnix-lsp.defaultPackage;
|
||||
nil = inputs'.nil.packages.default;
|
||||
nixd = inputs'.nixd.packages.default;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue