From 4c1199b42c7b87061c134f5d3f9c92bfad112f24 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 10 Feb 2025 16:57:41 +0100 Subject: [PATCH] Enable nixd. --- modules/home-manager/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 467c3c6..f504d51 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -64,6 +64,7 @@ }; nix = { enable = true; + lsp.server = "nixd"; }; bash.enable = true; go.enable = true;