From afff0c28b2e4ee0b14ef45e9bfe9c90fe0c79cf2 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Wed, 18 Mar 2026 15:24:45 -0400 Subject: [PATCH] Add nixd to lsp --- README.md | 2 +- config.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b78cf..0cc48e8 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)
[typos-lsp](https://github.com/tekumara/typos-lsp)
[markdown_oxide](https://github.com/Feel-ix-343/markdown-oxide)
[ltex](https://valentjn.github.io/ltex/)
- +[nixd](https://github.com/nix-community/nixd)
diff --git a/config.nix b/config.nix index 36643c3..64936df 100644 --- a/config.nix +++ b/config.nix @@ -193,6 +193,8 @@ enable = true; installGhc = false; }; + + nixd.enable = true; }; }; };