nixpkgs/pkgs/misc/vim-plugins
Arthur Gautier 9cb5337fde
vim-utils: fix dependency graph (#140118)
* neovim.tests: ensure the graph is pulled

We'll change the plugin name to ensure the plugin is correctly pulled by
vim-plug config generation.
* neovim.tests: ensure nvim exit with error
* Revert "fix: remove trailing '/.' from vim-plug plugin paths"

The root cause if fixed by
761b2c6ff3 (diff-e4b94db9201d58bd9410739dddf92bef74e0b5f5e596c804a84ee7c580ae3f71R9)

This reverts commit d9d1a11aed1761bc3a9d95dd2b8d154c44d4feec.
2021-10-08 00:26:43 +02: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 vimPlugins.indent-blankline-nvim-lua: make an alias to indent-blankline-nvim 2021-07-05 21:34:19 -07: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: rename tami5/sql.lua to tami5/sqlite.lua 2021-09-04 19:57:37 +02:00
generated.nix vimPlugins: update 2021-10-06 14:34:38 +00:00
overrides.nix Merge pull request #139827 from oxalica/fix/markdown-preview-nvim 2021-10-03 03:55:35 +02:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update-shell.nix vimPlugins: fix update script 2021-09-07 19:48:36 +02: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 vimPlugins.compe-tmux: set branch to cmp 2021-10-06 08:33:26 +00:00
vim-utils.nix vim-utils: fix dependency graph (#140118) 2021-10-08 00:26:43 +02:00

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