1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
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
build-vim-plugin.nix treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
default.nix
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.