Skip to content

CHADtree unable to install #375

@Mach1212

Description

@Mach1212

Repr:

  1. mkdir nixvim_minimal && cd nixvim_minimal
  2. nix flake init --template github:nix-community/nixvim
  3. virtualenv .venv && source .venv/bin/activate
  4. Add the following lines to config/default.nix
  extraPython3Packages = ps: with ps; [pynvim-pp];
  plugins.chadtree.enable = true;
  1. git add . && nix build && ./result/bin/nvim
  2. :CHADdeps
Image

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.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions