nixpkgs/pkgs/misc/vim-plugins
Matthieu Coudron 06684792fb vimPlugins.plenary: init from lua package
This commit shows how to convert luarocks packages into (neo)vim ones.
The advantage for neovim lua plugins to register their rockspec (aka
package definition) is that the plugin can express its dependencies and
a few metadata through it.
2021-08-09 21:23:29 +02:00
..
patches vimPlugins.lens-vim: init at 2020-04-24 2020-12-08 09:55:45 -08:00
vim2nix vim: remove legacy additional-nix-code 2018-09-23 14:56:27 +01:00
aliases.nix vimPlugins.indent-blankline-nvim-lua: make an alias to indent-blankline-nvim 2021-07-05 21:34:19 -07:00
build-vim-plugin.nix Partial revert "Convert phases that contain ":" to dont* = true" 2021-08-05 08:59:06 +02:00
default.nix vimPlugins.plenary: init from lua package 2021-08-09 21:23:29 +02:00
deprecated.json vimPlugins: resolve github repository redirects 2021-04-20 10:34:25 -04:00
generated.nix vimPlugins.gitlinker-nvim: init at 2021-07-15 2021-08-07 20:56:31 -04:00
overrides.nix vimPlugins.plenary: init from lua package 2021-08-09 21:23:29 +02:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update.py vimPlugins: generate an overlay 2021-05-17 00:40:25 +02:00
vim-plugin-names vimPlugins.gitlinker-nvim: init at 2021-07-15 2021-08-07 20:56:31 -04:00
vim-utils.nix vimPlugins.plenary: init from lua package 2021-08-09 21:23:29 +02:00

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