3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/misc/vim-plugins
Jake Waksbaum 16592e54f7 vimPlugins: Refactor coc-* plugins and fix coc-go
There are 32 vim plugins, all related to the coc.nvim LSP plugin, that
are actually node packages and are included in nodePackages. In #82578,
those vim plugins were made to point at the corresponding node packages,
which fixed issues where the sources weren't being compiled properly
with Javascript build systems.

The way each of those vim plugins wraps its corresponding node package
is identical, so I factored that out into a function and eliminated the
duplication.

In addition, for some reason coc-go got missed, which led to it not
working correctly for me. I included it in my list of packages to wrap,
so that fixes that issue.
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
aliases.nix Merge pull request #83119 from ryneeverett/vim-plugins-update-redirects 2020-03-27 17:48:32 +00:00
build-vim-plugin.nix
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.py vimplugins: update.py uses GITHUB_API_TOKEN if available 2020-07-07 02:24:03 -07:00
vim-plugin-names vimPlugins: resolve github repository redirects 2020-08-31 12:19:26 -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.