mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
core: don't disable language extensions
This commit is contained in:
parent
0ca819eca4
commit
da8e5a4736
1 changed files with 0 additions and 5 deletions
|
@ -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 != [])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue