nixpkgs/pkgs/misc/vim-plugins
Jake Waksbaum 8a28f7f016 vimPlugins: Remove coc-* from vim-plugin-names
Because these plugins use the node packages as their source, there's no
reason to pull their sources from GitHub only to have it be overriden.

This will trigger the removal of these plugins from generated.nix the
next time update.py is run.
2020-09-04 08:33:47 -07:00
..
patches vimPlugins.fruzzy: init at 2019-10-28 2020-03-04 09:51:25 +00:00
vim2nix vim: remove legacy additional-nix-code 2018-09-23 14:56:27 +01:00
aliases.nix Merge pull request #83119 from ryneeverett/vim-plugins-update-redirects 2020-03-27 17:48:32 +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 vimPlugins: Automatically sort vim-plugin-names. 2020-03-26 05:56:31 +00:00
deprecated.json vimPlugins: resolve github repository redirects 2020-08-31 12:19:26 -07:00
generated.nix vimPlugins: resolve github repository redirects 2020-08-31 12:19:26 -07:00
overrides.nix vimPlugins: Refactor coc-* plugins and fix coc-go 2020-09-04 08:33:47 -07:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update.py vimplugins: update.py uses GITHUB_API_TOKEN if available 2020-07-07 02:24:03 -07:00
vim-plugin-names vimPlugins: Remove coc-* from vim-plugin-names 2020-09-04 08:33:47 -07:00
vim-utils.nix vim-utils: restore beforePlugins option 2020-05-06 14:18:44 -04:00

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