1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-12 23:55:23 +00:00
nixpkgs/pkgs/misc/vim-plugins
José Luis Lafuente 19b22191f7 vim-utils: better error message if duplicates
Print a more user friendly error message if you try to in install
multiple plugins with the same name
closes #145980 #146099
2021-11-16 19:26:59 +01:00
..
markdown-preview-nvim vimPlugins.markdown-preview-nvim: remove executable check 2021-10-03 07:26:51 +08:00
patches
vim2nix
aliases.nix treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)` to lib.importJSON ./file.json 2021-11-03 14:43:52 +01:00
build-vim-plugin.nix
default.nix
deprecated.json
generated.nix vimPlugins.nvim-lint: init at 2021-11-08 2021-11-14 15:12:31 +01:00
overrides.nix vimPlugins.coc-ultisnips: init at 1.2.3 2021-11-14 13:51:19 +09:00
readme.md
update-shell.nix pluginupdate.py: fix compatibility with nix 2.4 2021-11-13 17:33:43 +01:00
update.py
vim-gen-doc-hook.sh
vim-plugin-names vimPlugins.nvim-lint: init at 2021-11-08 2021-11-14 15:12:31 +01:00
vim-utils.nix vim-utils: better error message if duplicates 2021-11-16 19:26:59 +01:00

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