fix python provider missing
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
let
|
let
|
||||||
neovim = pkgs.neovim.override {
|
neovim = pkgs.neovim.override {
|
||||||
|
withPython3 = true;
|
||||||
|
extraPython3Packages = ps: [ ps.pynvim ];
|
||||||
configure = {
|
configure = {
|
||||||
customRC = ''
|
customRC = ''
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user