From da8e5a4736233021b3d565b54dad2c93d7c7558e Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 19 Mar 2021 15:10:47 +0000 Subject: [PATCH] core: don't disable language extensions --- nixvim.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixvim.nix b/nixvim.nix index 99a9ca07..5581fd71 100644 --- a/nixvim.nix +++ b/nixvim.nix @@ -177,11 +177,6 @@ in neovimConfig = pkgs.neovimUtils.makeNeovimConfig { configure = cfg.configure; plugins = cfg.extraPlugins; - - withPython2 = false; - withPython3 = false; - withNodeJs = false; - withRuby = false; }; extraWrapperArgs = optionalString (cfg.extraPackages != [])