nixpkgs/pkgs/applications/editors/vim/plugins
Skyler Grey 54b03e5f4a
vimPlugins.coc-spell-checker: use a node package
- coc-spell-checker needs to be from nodePackages rather than generated
  as normal vim plugins are
- this commit adds coc-spell-checker to nodePackages and adds an
  override to the vim plugin
2022-11-14 23:54:31 +00:00
..
markdown-preview-nvim vimPlugins.markdown-preview-nvim: 0.0.1 -> 0.0.10 2022-09-28 12:41:47 -04:00
nvim-treesitter vimPlugins.nvim-treesitter: update grammars 2022-11-14 15:04:33 -05:00
patches
vim2nix
aliases.nix sourcetrail: remove 2022-08-14 17:08:52 +09:00
build-vim-plugin.nix buildVimPlugin: deprecate rtp attribute 2022-10-09 12:22:03 +02:00
default.nix vimPlugins: use lua derivation if it exists (#178180) 2022-06-19 14:18:16 +02:00
deprecated.json vimPlugins: resolve github repository redirects 2022-10-20 10:37:57 -07:00
generated.nix vimPlugins.legendary-nvim: downgrade to fix duplicate tags 2022-11-14 15:30:08 -05:00
neovim-require-check-hook.sh
overrides.nix vimPlugins.coc-spell-checker: use a node package 2022-11-14 23:54:31 +00:00
readme.md
update-shell.nix
update.py vimPlugins: also update nvim-treesitter grammars in the update script 2022-11-04 15:52:00 -04:00
vim-command-check-hook.sh
vim-gen-doc-hook.sh
vim-plugin-names vimPlugins.coc-spell-checker: use a node package 2022-11-14 23:54:31 +00:00
vim-utils.nix buildVimPlugin: deprecate rtp attribute 2022-10-09 12:22:03 +02:00

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