We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39345e5 commit 5c38b35Copy full SHA for 5c38b35
modules/wrapper/build/config.nix
@@ -94,7 +94,7 @@
94
nodeJs.enable = config.vim.withNodeJs;
95
python3 = {
96
enable = config.vim.withPython3;
97
- extraPackages = ps: map (flip builtins.getAttr ps) config.vim.python3Packages;
+ extraPackages = ps: (map (flip builtins.getAttr ps) config.vim.python3Packages) ++ [ps.pynvim];
98
};
99
100
0 commit comments