From 38070c98c71d803b4e570be367429758422ea0c7 Mon Sep 17 00:00:00 2001 From: Ruixi-rebirth Date: Sun, 18 Jun 2023 20:03:29 -0600 Subject: [PATCH] Add nixd (#183) Add nixd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8134dca..a6e905a 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ * [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects with package pinning. * [nix-direnv](https://github.com/nix-community/nix-direnv) - A fast loader and flake-compliant configuration for the direnv environment auto-loader. * [nix-update](https://github.com/Mic92/nix-update) - Update versions/source hashes of nix packages. +* [nixd](https://github.com/nix-community/nixd) - Nix language server, based on Nix libraries. * [nixpkgs-review](https://github.com/Mic92/nixpkgs-review) - The best tool to verify that a pull-request in Nixpkgs is building properly. * [pre-commit-hooks.nix](https://github.com/cachix/pre-commit-hooks.nix) - Run linters/formatters at commit time and on your CI. * [rnix-lsp](https://github.com/nix-community/rnix-lsp) - A syntax-checking language server for Nix.