Skip to content

Commit

Permalink
neovim: disable ruby by default
Browse files Browse the repository at this point in the history
Looking at the ecosystem, I don't see many ruby plugins that would
justify having ruby enabled by default.
  • Loading branch information
Mic92 committed Nov 29, 2024
1 parent e4bb54b commit 7b60fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/neovim/utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let
/* the function you would have passed to lua.withPackages */
, extraLuaPackages ? (_: [])
, withNodeJs ? false
, withRuby ? true
, withRuby ? false
, vimAlias ? false
, viAlias ? false
, configure ? {}
Expand Down

0 comments on commit 7b60fc7

Please sign in to comment.