nixpkgs/pkgs/applications/editors/vim/plugins
Matthieu Coudron d4894355c1 vim/update.py: distinguish between vim/neovim plugins
I've been working for a long time towards automatic nix dependencies for
neovim plugins (using luarocks rockspecs to discover the said
dependencies).
This is an initial commit to help me complete the missing bits.
buildNeovimPluginFrom2Nix is right now a placeholder which helps me test
in my fork a version that does a flat install of luarocks.

the vim updater will now check for attributes with the same name in the lua package set,
if that's the case the script will generate buildNeovimPluginFrom2Nix.
2022-05-03 00:22:03 +02:00
..
markdown-preview-nvim
patches
vim2nix
aliases.nix
build-vim-plugin.nix buildVimPlugin: add vimCommandCheckHook 2022-04-30 23:54:25 +02:00
default.nix vim/update.py: distinguish between vim/neovim plugins 2022-05-03 00:22:03 +02:00
deprecated.json
generated.nix Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse 2022-04-21 17:02:12 +02:00
overrides.nix buildVimPlugin: add vimCommandCheckHook 2022-04-30 23:54:25 +02:00
readme.md
update-shell.nix
update.py vim/update.py: distinguish between vim/neovim plugins 2022-05-03 00:22:03 +02:00
vim-command-check-hook.sh buildVimPlugin: add vimCommandCheckHook 2022-04-30 23:54:25 +02:00
vim-gen-doc-hook.sh
vim-plugin-names Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse 2022-04-21 17:02:12 +02:00
vim-utils.nix vim/update.py: distinguish between vim/neovim plugins 2022-05-03 00:22:03 +02:00

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