about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/update.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-24Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres1-93/+0
2022-01-20update.py: support remotes other than githubMatthieu Coudron1-17/+10
2021-09-07Add a comment to update script.Mukund Lakshman1-0/+5
2021-09-04vimPlugins: split doc generation into a hookMatthieu Coudron1-1/+2
2021-08-30vimPlugins: assign original name to pnameMatthieu Coudron1-1/+1
2021-08-14vimPlugins: fix update script indentationfigsoda1-13/+13
2021-08-12update-luarocks-packages: use pluginupdate.pyMatthieu Coudron1-41/+45
2021-05-17vimPlugins: generate an overlayMatthieu Coudron1-5/+4
2021-02-25vimPlugins: add vim and kakoune update scriptFlakebi1-0/+91
2021-02-25vimPlugins: make update.py generic over editorFlakebi1-568/+0
2021-02-14vimPlugins: Ignore empty commits in update.pyilian1-2/+2
2020-07-07vimplugins: update.py uses GITHUB_API_TOKEN if availableCole Mickens1-5/+10
2020-04-24vimPlugins: Add meta.homepageLisa Ugray1-0/+1
2020-04-12vimPlugins: added branch support for update.py script (#85102)Rok Garbas1-22/+28
2020-04-01vimPlugins: update auto-commiting based on reviewryneeverett1-92/+54
2020-04-01vimPlugins: normalize deprecation namesryneeverett1-7/+14
2020-04-01vimPlugins: remove repetition from update.mainryneeverett1-24/+32
2020-04-01vimPlugins: update.py --add <plugin> argumentryneeverett1-19/+37
2020-04-01vimPlugins: automatically commit redirect updatesryneeverett1-34/+58
2020-04-01vimPlugins: automatically commit updateryneeverett1-7/+29
2020-03-30vimPlugins: Add --proc flag to update script.ryneeverett1-3/+9
2020-03-27vimPlugins: Store deprecation date.ryneeverett1-1/+5
2020-03-27vimPlugins: Automatic rename deprecationsryneeverett1-8/+15
2020-03-26vimPlugins: Automatically sort vim-plugin-names.ryneeverett1-17/+19
2020-03-24vimPlugins: Update redirects without flag.ryneeverett1-14/+2
2020-03-24vimPlugins: --update-redirects improvements.ryneeverett1-2/+3
2020-03-22vimPlugins: Automate redirect updates in update.pyryneeverett1-15/+85
2019-11-19vimPlugins: backoff on timeout in update.pyTimo Kaufmann1-3/+43
2019-11-19vimPlugins: fix formatting and typing in update.pyTimo Kaufmann1-15/+12
2019-11-19vim update.py: allow different in and out filesMatthieu Coudron1-11/+42
2019-11-06vimPlugins: Add alias support to update.pyGalen Abell1-12/+24
2019-02-22Restrict vim update.py to generated.nixTobias Mayer1-4/+8
2018-12-30vimPlugins: Fix update.py, update (#53081)Roman Volosatovs1-2/+7
2018-12-27vimUtils.buildVimPlugin: derive name from pname and versionTimo Kaufmann1-1/+1
2018-12-24vimUtils: represent vim plugins as derivationsTimo Kaufmann1-0/+1
2018-09-20vimPlugins: update.py also needs nix-prefetch-gitJörg Thalheim1-1/+1
2018-09-16vimPlugins: only update generated.nix if all plugins were downloadedJörg Thalheim1-1/+3
2018-09-12vimPlugins: run update script in empty environmentJörg Thalheim1-3/+20
2018-09-12vimPlugins: do not pick up aliases from nixpkgsJörg Thalheim1-0/+1
2018-09-10vimPlugins: Fix update.py, add/update pluginsRoman Volosatovs1-6/+6
2018-09-09vim-plugins: add missing update.pyJörg Thalheim1-0/+327