1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00
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
vim2nix
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.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.