From eb0b7efc3c7089a2e83cfb672010096363bcf5aa Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 5 Mar 2026 18:36:23 +0100 Subject: [PATCH] feat: install treesitter cli from neovim nightly overlay --- modules/cross-platform/home-manager/neovim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 0123ad6..f59262d 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -41,6 +41,8 @@ pkgs.bash-language-server # for justfile pkgs.just-lsp + # for treesitter + inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.tree-sitter ]; }; };