nixpkgs/pkgs/misc/vim-plugins
Timo Kaufmann 8c757f4dc9 vimPlugins: backoff on timeout in update.py
Updating vim-plugins recently started timing out regularly for me. It
may have to do with an ISP switch on my side, but I don't think that
should cause timeouts. I guess I'm probably not the only one
experiencing this, so in this comment I introduce exponential backoff.
Every request will be retried up to 3 times (3 seconds, 6 seconds, 12
seconds delay).
2019-11-19 21:10:32 +01:00
..
patches/vim-grammarous vimPlugins.vim-grammarous: set languagetool path 2017-11-21 17:05:55 +00:00
vim2nix vim: remove legacy additional-nix-code 2018-09-23 14:56:27 +01:00
aliases.nix vimPlugins: warn if alias is used inside overrides 2018-09-14 08:59:01 -07:00
build-vim-plugin.nix vimUtils.buildVimPlugin: write vim errors to stderr 2019-01-18 21:18:35 +01:00
default.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
generated.nix vimPlugins: update 2019-11-19 07:33:57 -08:00
overrides.nix vimPlugins.coc-nvim: 0.0.74 -> 2019-11-18 2019-11-19 07:33:57 -08:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update.py vimPlugins: backoff on timeout in update.py 2019-11-19 21:10:32 +01:00
vim-plugin-names vimPlugins.palenight-vim: init at 2019-08-21 2019-11-13 11:34:35 +01:00
vim-utils.nix treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00

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