nixpkgs/pkgs/misc/vim-plugins
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08: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 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.vim-phabricator: init at 2020-01-23 2020-02-12 12:08:54 -08:00
overrides.nix treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -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.vim-phabricator: init at 2020-01-23 2020-02-12 12:08:54 -08:00
vim-utils.nix vim-plugins: honor the plugin manager re filetype and syntax 2020-01-07 13:13:41 -08:00

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