nixpkgs/pkgs/misc/vim-plugins
Jörg Thalheim c09f5d15da
Merge pull request #153050 from ivankovnatsky/patch-23
vimPlugins.mkdir-nvim: init at 2021-06-20
2022-01-01 09:47:56 +00:00
..
markdown-preview-nvim vimPlugins.markdown-preview-nvim: remove executable check 2021-10-03 07:26:51 +08: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 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 vimUtils.buildVimPlugin: fix cross compiles 2021-09-17 22:50:49 -07:00
default.nix vimPlugins: split doc generation into a hook 2021-09-04 00:12:35 +02:00
deprecated.json vimPlugins: resolve github repository redirects 2021-12-21 18:09:24 -03:00
generated.nix Merge pull request #153050 from ivankovnatsky/patch-23 2022-01-01 09:47:56 +00:00
overrides.nix Merge pull request #152886 from mnacamura/plenary-nvim-curl 2021-12-31 07:09:48 +00:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update-shell.nix pluginupdate.py: fix compatibility with nix 2.4 2021-11-13 17:33:43 +01:00
update.py Add a comment to update script. 2021-09-07 14:22:41 -04:00
vim-gen-doc-hook.sh vimUtils.vimGenDocHook: fix tag generation 2021-09-17 16:00:00 +02:00
vim-plugin-names Merge pull request #153050 from ivankovnatsky/patch-23 2022-01-01 09:47:56 +00: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.