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