mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-07 17:26:00 +00:00
Compare commits
No commits in common. "4d0d1884a00b32c034299fcd3e96f9e0cb68d23b" and "7a2c7c23966122eac80620dd503bf2b1163ed6d4" have entirely different histories.
4d0d1884a0
...
7a2c7c2396
2 changed files with 10 additions and 7 deletions
|
|
@ -196,8 +196,4 @@ https://github.com/gorbit99/codewindow.nvim
|
|||
- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find
|
||||
and replace tool for neovim.
|
||||
|
||||
[Ladas552](https://github.com/Ladas552)
|
||||
|
||||
- Changed `withRuby` to not be enabled by default
|
||||
|
||||
<!-- vim: set textwidth=80: -->
|
||||
|
|
|
|||
|
|
@ -106,9 +106,16 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
withRuby = mkEnableOption ''
|
||||
Ruby support in the Neovim wrapper
|
||||
'';
|
||||
# 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;
|
||||
};
|
||||
|
||||
withNodeJs = mkEnableOption ''
|
||||
NodeJS support in the Neovim wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue