Open
Description
Field | Description |
---|---|
Plugin | coq-nvim |
Nixpkgs | unstable |
Home Manager | unstable |
- I have read the FAQ and my bug is not listed there.
Description
coq-nvim
throws a /nix/store/jf985f7rfw1gbiligsydk3w1ab4zqnqc-python3-3.12.8-env/bin/python3.12: No module named coq
error when starting. I assume the plugin setup changed upstream and its' environment is broken again
Minimal, Reproducible Example (MRE)
programs.nixvim = {
enable = true;
plugins = {
coq-nvim = {
enable = true;
autoLoad = true;
installArtifacts = true;
settings = {
auto_start = true;
keymap.recommended = true;
xdg = true;
};
};
};
};