Skip to content

wrapper/build: include pynvim in python3.extraPackages by default#1415

Merged
horriblename merged 1 commit intoNotAShelf:mainfrom
Gerg-L:python3Fix
Feb 21, 2026
Merged

wrapper/build: include pynvim in python3.extraPackages by default#1415
horriblename merged 1 commit intoNotAShelf:mainfrom
Gerg-L:python3Fix

Conversation

@Gerg-L
Copy link
Contributor

@Gerg-L Gerg-L commented Feb 16, 2026

this fixes using Coqtail and other plugins that require pynvim.

it's either this or set the default of vim.python3Packages to pynvim

tested with

vim = {
  luaConfigPre = ''
    vim.g.mapleader = " "
  '';
  extraPackages = [pkgs.rocq-core pkgs.coq];
  withPython3 = true;
  startPlugins = [pkgs.vimPlugins.Coqtail];
};

github-actions bot pushed a commit that referenced this pull request Feb 16, 2026
@github-actions
Copy link

github-actions bot commented Feb 16, 2026

🚀 Live preview deployed from 39345e5

View it here:

Debug Information

Triggered by: horriblename

HEAD at: python3Fix

Reruns: 2173

Copy link
Collaborator

@horriblename horriblename left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@horriblename horriblename enabled auto-merge (squash) February 21, 2026 19:59
github-actions bot pushed a commit that referenced this pull request Feb 21, 2026
@horriblename horriblename merged commit 5c38b35 into NotAShelf:main Feb 21, 2026
14 checks passed
daynyxx pushed a commit to daynyxx/nvf that referenced this pull request Feb 25, 2026
wrapper/build: include pynvim in python3.extraPackages by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants