From 7542ae7f2af39477e6f1285b717638d87490092d Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 20 Oct 2025 17:49:13 +0200 Subject: [PATCH] feat(neovim): add nixd. --- modules/cross-platform/home-manager/neovim.nix | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 399de7d..db89b1d 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -33,17 +33,13 @@ in { withNodeJs = true; withPython3 = true; withRuby = true; - extraWrapperArgs = [ - "--suffix" - "LIBRARY_PATH" - ":" - "${lib.makeLibraryPath [pkgs.stdenv.cc.cc pkgs.zlib]}" - "--suffix" - "PKG_CONFIG_PATH" - ":" - "${lib.makeSearchPathOutput "dev" "lib/pkgconfig" [pkgs.stdenv.cc.cc pkgs.zlib]}" + extraPackages = [ + # for treesitter + pkgs.gcc + # For nix + pkgs.nixd + pkgs.alejandra ]; - extraPackages = [pkgs.gcc]; }; # Setup neovim with nvf