neovim: disable ruby by default

Looking at the ecosystem, I don't see many ruby plugins that would
justify having ruby enabled by default.
This commit is contained in:
Jörg Thalheim
2024-11-29 11:07:45 +01:00
parent e4bb54b19d
commit 7b60fc781a
+1 -1
View File
@@ -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 ? {}