wrapper/options: change withRuby to false by default

This commit is contained in:
Ladas552 2026-02-10 10:13:56 +05:00
commit 98780ec92d
No known key found for this signature in database
2 changed files with 7 additions and 10 deletions

View file

@ -106,16 +106,9 @@ in {
'';
};
# This defaults to `true` in the wrapper
# and since we pass this value to the wrapper
# with an inherit, it should be `true` here as well
withRuby =
mkEnableOption ''
Ruby support in the Neovim wrapper.
''
// {
default = true;
};
withRuby = mkEnableOption ''
Ruby support in the Neovim wrapper
'';
withNodeJs = mkEnableOption ''
NodeJS support in the Neovim wrapper