From 2a4424181d2b22abe57ab6b1a27135a719105f93 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 20 May 2026 08:06:46 -0400 Subject: [PATCH] fix warn --- modules/home/editors/neovim/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/editors/neovim/default.nix b/modules/home/editors/neovim/default.nix index d94c6dc..38e3270 100644 --- a/modules/home/editors/neovim/default.nix +++ b/modules/home/editors/neovim/default.nix @@ -5,5 +5,7 @@ defaultEditor = true; vimAlias = true; viAlias = true; + withRuby = false; + withPython3 = false; }; }