1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00
nixpkgs/pkgs/misc/vim-plugins
ryneeverett a9c9b0d40c 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.
2020-03-24 03:11:07 +00:00
..
patches/vim-grammarous
vim2nix
aliases.nix vimPlugins: --update-redirects improvements. 2020-03-24 03:11:07 +00:00
build-vim-plugin.nix treewide: Get rid of most parseDrvName without breaking compat 2019-11-24 17:22:28 +00:00
default.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
generated.nix vimPlugins: Update redirects 2020-03-22 05:04:26 +00:00
overrides.nix vimPlugins: Update redirects 2020-03-22 05:04:26 +00:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update.py vimPlugins: --update-redirects improvements. 2020-03-24 03:11:07 +00:00
vim-plugin-names vimPlugins: Update redirects 2020-03-22 05:04:26 +00:00
vim-utils.nix Merge pull request #74846 from rummik/vam-regression 2020-03-19 21:39:01 +00:00

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