core: don't disable language extensions

This commit is contained in:
Pedro Alves 2021-03-19 15:10:47 +00:00
parent 0ca819eca4
commit da8e5a4736

View file

@ -177,11 +177,6 @@ in
neovimConfig = pkgs.neovimUtils.makeNeovimConfig { neovimConfig = pkgs.neovimUtils.makeNeovimConfig {
configure = cfg.configure; configure = cfg.configure;
plugins = cfg.extraPlugins; plugins = cfg.extraPlugins;
withPython2 = false;
withPython3 = false;
withNodeJs = false;
withRuby = false;
}; };
extraWrapperArgs = optionalString (cfg.extraPackages != []) extraWrapperArgs = optionalString (cfg.extraPackages != [])