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 99bf160 commit fb651bdCopy full SHA for fb651bd
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