neovim: disable python3 and ruby providers by default

This commit is contained in:
tarzst
2026-04-07 19:08:20 +05:30
committed by Austin Horstman
parent 9cc761169a
commit 98b4d61cfa
2 changed files with 34 additions and 3 deletions

View File

@@ -50,3 +50,6 @@ changes are only active if the `home.stateVersion` option is set to
and `whatis`/`man -f` binaries that don't work on Darwin. Nix-installed
manual pages still work with macOS's built-in `man` via
[](#opt-home.extraOutputsToInstall).
- The options [](#opt-programs.neovim.withPython3) and
[](#opt-programs.neovim.withRuby) now default to `false` following nixpkgs