nixpkgs/pkgs/applications/editors/vim/plugins
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
..
markdown-preview-nvim vimPlugins.markdown-preview-nvim: 0.0.1 -> 0.0.10 2022-09-28 12:41:47 -04:00
nvim-treesitter vimPluginsUpdater: init 2023-10-01 17:30:55 +02:00
patches vimPlugins: vim-sensible patch vimrc detection 2023-09-16 21:00:55 +02:00
vim2nix vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin 2023-09-27 19:08:38 +02:00
vim-clap vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin 2023-09-27 19:08:38 +02:00
aliases.nix vimPlugins.todo-nvim: remove 2023-08-23 10:17:44 -04:00
build-vim-plugin.nix vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin 2023-09-27 19:08:38 +02:00
default.nix vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin 2023-09-27 19:08:38 +02:00
deprecated.json vimPlugins: resolve github repository redirects 2023-08-20 00:57:46 +02:00
generated.nix vimPlugins: update 2023-09-30 18:50:20 +02:00
get-plugins.nix vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin 2023-09-27 19:08:38 +02:00
neovim-require-check-hook.sh
overrides.nix vimPlugins: update 2023-09-30 18:50:20 +02:00
readme.md
update.py vimPluginsUpdater: init 2023-10-01 17:30:55 +02:00
updater.nix vimPluginsUpdater: init 2023-10-01 17:30:55 +02:00
vim-command-check-hook.sh
vim-gen-doc-hook.sh
vim-plugin-names vimPlugins: update 2023-09-30 18:50:20 +02:00
vim-utils.nix vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin 2023-09-27 19:08:38 +02:00

Instructions for adding Vim plugins to nixpkgs can be found here.