Repr:
mkdir nixvim_minimal && cd nixvim_minimal
nix flake init --template github:nix-community/nixvim
virtualenv .venv && source .venv/bin/activate
- Add the following lines to config/default.nix
extraPython3Packages = ps: with ps; [pynvim-pp];
plugins.chadtree.enable = true;
git add . && nix build && ./result/bin/nvim
- :CHADdeps
I can't tell if its an issue with my nix python setup or chadtree.
I have searched github for "nixvim chadtree" and NO repos match :(
I think its just broken
In my main config it keeps saying the following no matter how I install it or which python I point it to.

Repr:
mkdir nixvim_minimal && cd nixvim_minimalnix flake init --template github:nix-community/nixvimvirtualenv .venv && source .venv/bin/activategit add . && nix build && ./result/bin/nvimI can't tell if its an issue with my nix python setup or chadtree.
I have searched github for "nixvim chadtree" and NO repos match :(
I think its just broken
In my main config it keeps saying the following no matter how I install it or which python I point it to.