mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-24 04:15:18 +00:00
wrapper/options: change withRuby to false by default
This commit is contained in:
parent
7a2c7c2396
commit
98780ec92d
2 changed files with 7 additions and 10 deletions
|
|
@ -196,4 +196,8 @@ https://github.com/gorbit99/codewindow.nvim
|
||||||
- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find
|
- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find
|
||||||
and replace tool for neovim.
|
and replace tool for neovim.
|
||||||
|
|
||||||
|
[Ladas552](https://github.com/Ladas552)
|
||||||
|
|
||||||
|
- Changed `withRuby` to not be enabled by default
|
||||||
|
|
||||||
<!-- vim: set textwidth=80: -->
|
<!-- vim: set textwidth=80: -->
|
||||||
|
|
|
||||||
|
|
@ -106,16 +106,9 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# This defaults to `true` in the wrapper
|
withRuby = mkEnableOption ''
|
||||||
# and since we pass this value to the wrapper
|
Ruby support in the Neovim wrapper
|
||||||
# with an inherit, it should be `true` here as well
|
'';
|
||||||
withRuby =
|
|
||||||
mkEnableOption ''
|
|
||||||
Ruby support in the Neovim wrapper.
|
|
||||||
''
|
|
||||||
// {
|
|
||||||
default = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
withNodeJs = mkEnableOption ''
|
withNodeJs = mkEnableOption ''
|
||||||
NodeJS support in the Neovim wrapper
|
NodeJS support in the Neovim wrapper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue