nixpkgs/pkgs/applications/editors/vim/plugins
Matthieu Coudron 351cec5db3
use subcommands in plugin updaters (#223164)
* update.py: introduce subparsers for plugin updaters

This is preliminary work to help create more powerful plugin updaters.
Namely I would like to be able to "just add" plugins without refreshing
the older ones (helpful when github temporarily removes a user from
github due to automated bot detection).

Also concerning the lua updater, we pin some of the dependencies, and I
would like to be able to unpin the package without editing the csv
(coming in later PRs).

* doc/updaters: update command to update editor plugins

including vim, kakoune and lua packages

Co-authored-by: figsoda
2023-04-14 22:02:17 +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 Merge pull request #225952 from figsoda/ts 2023-04-13 17:04:08 -04:00
patches vimPlugins.openscad-nvim: init at 2022-04-15 2023-03-20 14:53:14 +01:00
vim2nix
vim-clap vimPlugins.vim-clap: move out of batch updates, 2023-04-02 -> 0.42 2023-04-11 20:54:43 -04:00
aliases.nix sourcetrail: remove 2022-08-14 17:08:52 +09:00
build-vim-plugin.nix vimUtils.buildVimPlugin: format 2022-12-23 12:37:26 -05:00
default.nix vimPlugins: cleanup unused inherit 2022-12-26 00:21:08 +01:00
deprecated.json vimPlugins: resolve github repository redirects 2022-10-20 10:37:57 -07:00
generated.nix vimPlugins.poimandres-nvim: init at 2023-02-17 2023-04-13 18:15:36 +02:00
get-plugins.nix use subcommands in plugin updaters (#223164) 2023-04-14 22:02:17 +02:00
neovim-require-check-hook.sh buildNeovimPluginFrom2Nix: use neovimRequireCheckHook 2022-05-11 10:42:19 +02:00
overrides.nix vimPlugins.vim-clap: move out of batch updates, 2023-04-02 -> 0.42 2023-04-11 20:54:43 -04:00
readme.md
update-shell.nix vim: rename GitPython 2022-12-05 21:49:15 +01:00
update.py use subcommands in plugin updaters (#223164) 2023-04-14 22:02:17 +02:00
vim-command-check-hook.sh buildVimPlugin: add vimCommandCheckHook 2022-04-30 23:54:25 +02:00
vim-gen-doc-hook.sh
vim-plugin-names vimPlugins.poimandres-nvim: init at 2023-02-17 2023-04-13 18:15:36 +02:00
vim-utils.nix Merge staging-next into staging 2023-02-15 00:02:50 +00:00

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