Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 01c7499c7739
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 274bf0a3958f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 31, 2019

  1. vimPlugins: Update

    justinlovinger authored and Jon committed Oct 31, 2019
    Copy the full SHA
    565cca3 View commit details
  2. Copy the full SHA
    274bf0a View commit details
Showing with 21 additions and 9 deletions.
  1. +20 −9 pkgs/misc/vim-plugins/generated.nix
  2. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
29 changes: 20 additions & 9 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -92,6 +92,17 @@ let
};
};

antonys-macro-repeater = buildVimPluginFrom2Nix {
pname = "antonys-macro-repeater";
version = "2017-09-10";
src = fetchFromGitHub {
owner = "ckarnell";
repo = "antonys-macro-repeater";
rev = "61784d86b2654f3e261b9cc33360c5197704e266";
sha256 = "1cq5r091qbxjs9s12f7bb2fdm43gxwpnnh2l8nhj0n69jfk7gblw";
};
};

argtextobj-vim = buildVimPluginFrom2Nix {
pname = "argtextobj-vim";
version = "2010-10-18";
@@ -314,12 +325,12 @@ let

coc-git = buildVimPluginFrom2Nix {
pname = "coc-git";
version = "2019-10-29";
version = "2019-10-30";
src = fetchFromGitHub {
owner = "neoclide";
repo = "coc-git";
rev = "0201d54ce81d31922553bfc289a77579648bb82c";
sha256 = "0in3k9dhf5sy9d2qawy31k91gljs2nd0gi2qzi1dh67acfbx3czx";
rev = "56d45aaef20356e750530f9f80c99cd2f9184ac1";
sha256 = "17rbrjp35jd6rw66js88qaki2hk0cm1bvylfzjngdbzbgjc1qz1h";
};
};

@@ -369,12 +380,12 @@ let

coc-java = buildVimPluginFrom2Nix {
pname = "coc-java";
version = "2019-09-17";
version = "2019-10-30";
src = fetchFromGitHub {
owner = "neoclide";
repo = "coc-java";
rev = "7e3bdee15b28f5d7f3b1654429c89cb0d93436e5";
sha256 = "0r17w00mbs1gshshm8c56cqi37z5i5vdk2sifs2clazlyn9rl6zm";
rev = "3195dd594389247e4bdb19d129e48846d9215f54";
sha256 = "1k354jh521fjm2xz05x1653g31bgmx3s0bpsraj516172k605qfr";
};
};

@@ -4097,12 +4108,12 @@ let

vim-ledger = buildVimPluginFrom2Nix {
pname = "vim-ledger";
version = "2019-10-26";
version = "2019-10-30";
src = fetchFromGitHub {
owner = "ledger";
repo = "vim-ledger";
rev = "e113a30ccca416fb8ae3f307e5f0d43a55e03597";
sha256 = "1sqgna0qnrqkll33x1waaaazqn2rwklccksm91zsd9k6p3q2hcgv";
rev = "66718caab97f13d25813f91b8352c9ac75b3771e";
sha256 = "0ia9r212019d8jqrbs3nrn36mpc09gc81gf4dnv3hksn6knpdr8b";
};
};

1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ chrisgeo/sparkup
chriskempson/base16-vim
christoomey/vim-sort-motion
christoomey/vim-tmux-navigator
ckarnell/antonys-macro-repeater
cloudhead/neovim-fuzzy
CoatiSoftware/vim-sourcetrail
cocopon/iceberg.vim