summaryrefslogtreecommitdiff
path: root/pkgs/misc/vim-plugins/aliases.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* vimPlugins: generate an overlay•••let update.py generates generated.nix as an overlay. This should help maintaining vim-plugins outside of nixpkgs, as one can use update.py to generate an out-of-tree vimPlugins overlay. Matthieu Coudron2021-05-171-6/+5
* Merge pull request #83119 from ryneeverett/vim-plugins-update-redirects•••VimPlugins: update redirected reposTimo Kaufmann2020-03-271-5/+8
|\
| * vimPlugins: Store deprecation date.ryneeverett2020-03-271-2/+2
| * vimPlugins: Automatic rename deprecations•••When an updated redirect results in a package name change, not just an owner change, throw an error to warn users the package names has changed. ryneeverett2020-03-271-9/+6
| * vimPlugins: --update-redirects improvements.•••In response to @timokau's review here are a couple changes: - Decrease the fragility of the replacement code by normalizing whitespace on each line. - Throw an error when plugins are renamed rather than silently aliasing to the new name. ryneeverett2020-03-241-4/+7
| * vimPlugins: Update redirectsryneeverett2020-03-221-2/+5
* | vimPlugins.BufOnly-vim: init at 2010-10-18Matt Snider2020-03-271-0/+1
|/
* vimPlugins: warn if alias is used inside overridesRyan Mulligan2018-09-141-0/+139