chadtree
chadtree copied to clipboard
CHADtree unable to install
Repr:
mkdir nixvim_minimal && cd nixvim_minimalnix flake init --template github:nix-community/nixvimvirtualenv .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.