mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00

I wondered why my neovim was slow. Turned out notmuch.vim loading took > 500ms to load (ruby and all). And I dont even use it ! I suspect the plugin could be improved to lazyload more stuff but I think it's ok to have the vim plugin installer be a user decision as well. I moved it to a new "vim" output : you can install the plugin via "notmuch.vim"
2 KiB
2 KiB
Release 25.05 (“Warbler”, 2025.05/??)
Highlights
- Create the first release note entry in this section!
New Modules
- Kimai, a web-based multi-user time-tracking application. Available as services.kimai.
Backward Incompatibilities
-
buildGoPackage
has been removed. UsebuildGoModule
instead. See the Go section in the nixpkgs manual for details. -
kanata
was updated to v1.7.0, which introduces several breaking changes. See the release notes of v1.7.0 for more information. -
the notmuch vim plugin now lives in a separate output of the
notmuch
package. Installingnotmuch
will not bring the notmuch vim package anymore, addvimPlugins.notmuch-vim
to your (Neo)vim configuration if you want the vim plugin.
Other Notable Changes
- Create the first release note entry in this section!