3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/misc/vim-plugins
ilian 1b2e5b707a vimPlugins: Ignore empty commits in update.py
The result of repo.index.add() contains the list of files that
have been added, even though they may be unchanged since the
latest commit. We only commit if at least one file has changed.
2021-02-14 17:16:23 +01:00
..
patches vimPlugins.lens-vim: init at 2020-04-24 2020-12-08 09:55:45 -08:00
vim2nix
aliases.nix Merge pull request #83119 from ryneeverett/vim-plugins-update-redirects 2020-03-27 17:48:32 +00:00
build-vim-plugin.nix treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
default.nix vimPlugins: Automatically sort vim-plugin-names. 2020-03-26 05:56:31 +00:00
deprecated.json vimPlugins: resolve github repository redirects 2020-08-31 12:19:26 -07:00
generated.nix vimPlugins.vim-bbye: init at 2018-03-03 2021-02-12 09:19:05 +01:00
overrides.nix Override bclose-vim with vim-bbye as dependency for lf-vim 2021-02-12 09:21:08 +01:00
readme.md
update.py vimPlugins: Ignore empty commits in update.py 2021-02-14 17:16:23 +01:00
vim-plugin-names vimPlugins.vim-bbye: init at 2018-03-03 2021-02-12 09:19:05 +01:00
vim-utils.nix treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00

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