From 663be7872ab5f6c47b02cbe327187cb3e1577b0f Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 19 Apr 2026 13:48:25 +0200 Subject: [PATCH] =?UTF-8?q?fix(neovim):=20set=20withRuby=20and=20withPytho?= =?UTF-8?q?n3=20explicitly=20to=20false=20=F0=9F=94=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/neovim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/neovim.nix b/nixos/neovim.nix index 90743fb..59a6f85 100644 --- a/nixos/neovim.nix +++ b/nixos/neovim.nix @@ -4,6 +4,8 @@ programs.neovim = { enable = true; defaultEditor = true; + withRuby = false; + withPython3 = false; # VimScript settings (options that have no Lua equivalent or are simpler in vim) extraConfig = ''