nixpkgs/nixos/doc/manual/release-notes/rl-2505.section.md
Matthieu C. 0082fde43d notmuch: move the vim plugin to another output
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"
2024-11-19 20:53:26 +01:00

2 KiB

Release 25.05 (“Warbler”, 2025.05/??)

Highlights

  • Create the first release note entry in this section!

New Modules

Backward Incompatibilities

  • buildGoPackage has been removed. Use buildGoModule 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. Installing notmuch will not bring the notmuch vim package anymore, add vimPlugins.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!