nixpkgs/pkgs/applications/editors/vim
Matthieu Coudron 423788f5b8
buildNeovimPlugin: pass a derivation to luaAttr (#343564)
* buildNeovimPlugin: pass a derivation to luaAttr
and deprecate passing a string.
Passing a string is not a typical/good nixpkgs habit. We want to give more control on
which attribute to wrap, without having to add it to the lua package set
necessarily.

* vimPlugins: update plugin with new syntax
buildNeovimPlugin now accepts derivations instead of the lua package name. This PR reflects the change
2024-09-22 20:01:56 +02:00
..
plugins buildNeovimPlugin: pass a derivation to luaAttr (#343564) 2024-09-22 20:01:56 +02:00
cflags-prune.diff
common.nix vim: 9.1.0689 -> 9.1.0707 2024-08-31 23:00:54 +02:00
default.nix vim: fix build on FreeBSD cross 2024-06-07 21:22:39 -07:00
full.nix pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
macvim-configurable.nix macvim: fix overrides 2024-06-03 20:51:19 -07:00
macvim.nix treewide: remove nested let-in 2024-08-09 03:58:35 +02:00
macvim.patch macvim: 8.2.3455 -> 178 2024-06-26 17:39:23 -07:00
vimacs.nix