Skip to content

Commit

Permalink
vimPlugins.chadtree: add python3 dependency and check
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 9, 2024
1 parent a5ab6cc commit f48a6f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ in
};

chadtree = super.chadtree.overrideAttrs {
buildInputs = [
python3
];
passthru.python3Dependencies =
ps: with ps; [
pynvim-pp
Expand All @@ -222,6 +225,7 @@ in

# We need some patches so it stops complaining about not being in a venv
patches = [ ./patches/chadtree/emulate-venv.patch ];
nvimRequireCheck = "chadtree";
};

ChatGPT-nvim = super.ChatGPT-nvim.overrideAttrs {
Expand Down

0 comments on commit f48a6f6

Please sign in to comment.