Quellcode durchsuchen

nixpkgs/neovim: disable ruby support

Thomas Dy vor 2 Jahren
Ursprung
Commit
a471172fc0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .config/nixpkgs/neovim/neovim.nix

+ 1 - 0
.config/nixpkgs/neovim/neovim.nix

@@ -49,6 +49,7 @@ let
 in
 neovim.override {
   extraMakeWrapperArgs = "--prefix PATH : ${lib.makeBinPath extraPath}";
+  withRuby = false;
   configure = {
     customRC = ''
       source ${./settings.lua}