mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 {
|
||||
configure = cfg.configure;
|
||||
plugins = cfg.extraPlugins;
|
||||
|
||||
withPython2 = false;
|
||||
withPython3 = false;
|
||||
withNodeJs = false;
|
||||
withRuby = false;
|
||||
};
|
||||
|
||||
extraWrapperArgs = optionalString (cfg.extraPackages != [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue