mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-08 07:08:01 +02:00
Merge pull request #1415 from Gerg-L/python3Fix
wrapper/build: include pynvim in python3.extraPackages by default
This commit is contained in:
parent
39345e5834
commit
5c38b357da
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
nodeJs.enable = config.vim.withNodeJs;
|
||||
python3 = {
|
||||
enable = config.vim.withPython3;
|
||||
extraPackages = ps: map (flip builtins.getAttr ps) config.vim.python3Packages;
|
||||
extraPackages = ps: (map (flip builtins.getAttr ps) config.vim.python3Packages) ++ [ps.pynvim];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue