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; }; }