From e94be603837b02ea9930c903ffb9d35844bb1c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Mon, 6 Jan 2025 20:07:21 +0100 Subject: [PATCH] fix(neovim): disable ruby support Not used and taking up space --- nvim/standalone.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/standalone.nix b/nvim/standalone.nix index 1823528..c8184b1 100644 --- a/nvim/standalone.nix +++ b/nvim/standalone.nix @@ -16,6 +16,7 @@ ]; config = { + withRuby = false; nixpkgs = lib.optionalAttrs standalone { pkgs = unstable.legacyPackages.${system}; }; globals.mapleader = " "; # Appearance