fix python provider missing

This commit is contained in:
2026-06-06 11:17:57 +02:00
parent cba7ac3f94
commit 4ef0897faf

View File

@@ -1,6 +1,8 @@
{ pkgs }:
let
neovim = pkgs.neovim.override {
withPython3 = true;
extraPython3Packages = ps: [ ps.pynvim ];
configure = {
customRC = ''
lua <<EOF