mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-27 21:44:30 +00:00
wrapper/build: include pynvim in python3.extraPackages by default
This commit is contained in:
parent
39345e5834
commit
2dd31dc830
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
Add a link
Reference in a new issue