nixpkgs/pkgs/applications/editors/vim
Matthieu Coudron 901b21c555 vimPluginsUpdater: init
The nixpkgs documentation mentions how to update out of tree plugins but
one problem is that it requires a nixpkgs clone.
This makes it more convenient.
I've had the need to generate vim plugins and lua overlays for other
projects unrelated to nix and this will make updates easier (aka just
run `nix run nixpkgs#vimPluginsUpdater -- --proc=1` or with the legacy commands:
`nix-shell -p vimPluginsUpdater  --run vim-plugins-updater`.

I added an optional "nixpkgs" argument to command line parser, which is the path
towards a nixpkgs checkout. By default the current folder.

update-luarocks-packages: format with black
2023-10-01 17:30:55 +02:00
..
plugins vimPluginsUpdater: init 2023-10-01 17:30:55 +02:00
cflags-prune.diff
common.nix vim: 9.0.1811 -> 9.0.1897 2023-09-12 07:53:06 +03:00
default.nix
full.nix vim: Add option for sodium 2023-06-14 14:49:49 +10:00
macvim-configurable.nix
macvim.nix
macvim.patch
vimacs.nix