{ pkgs }: let neovim = pkgs.neovim.override { withPython3 = true; extraPython3Packages = ps: [ ps.pynvim ]; configure = { customRC = '' lua <