nixpkgs/pkgs/misc/vim-plugins
Matthieu Coudron 3257b73c94 vimPlugins: assign original name to pname
instead of the normalized_name.

there is no need to rename the plugin ?! and it can upset packages for instance packer.nvim generates a config/nvim/plugin/packer_compiled.lua that does vim.api.nvim_command('packadd packer.nvim') which doesnt work on nixpkgs since the "packer.nvim" folder is renamed to "packer-nvim
2021-08-30 10:22:17 +02:00
..
patches vimPlugins.lens-vim: init at 2020-04-24 2020-12-08 09:55:45 -08:00
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-08-22 09:36:51 -04:00
generated.nix vimPlugins: update 2021-08-30 00:15:29 +02:00
overrides.nix treewide: ensure pre/post phase hooks are strings 2021-08-20 19:08:42 -04:00
readme.md
update.py vimPlugins: assign original name to pname 2021-08-30 10:22:17 +02:00
vim-plugin-names vimPlugins.editorconfig-nvim: init at 2021-08-18 2021-08-23 10:29:07 -04:00
vim-utils.nix vim_configurable: handle python3Dependencies 2021-08-15 21:59:47 +08:00

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