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 = ''