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: 3b5cb390817c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7d362ab9137
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 13, 2020

  1. Copy the full SHA
    b7d362a View commit details
Showing with 12 additions and 0 deletions.
  1. +11 −0 pkgs/misc/vim-plugins/generated.nix
  2. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -5909,6 +5909,17 @@ let
};
};

vim-which-key = buildVimPluginFrom2Nix {
pname = "vim-which-key";
version = "2020-03-16";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "vim-which-key";
rev = "4b70b443ba5838b165f90e26f9ed628d7d05e11d";
sha256 = "197rp20hngrq7qdlii0ai4vb81dlilah0q1wlil8hv3qcf4az7qr";
};
};

vim-wordy = buildVimPluginFrom2Nix {
pname = "vim-wordy";
version = "2019-11-22";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -228,6 +228,7 @@ lervag/vimtex
lfilho/cosco.vim
lifepillar/vim-mucomplete
lilydjwg/colorizer
liuchengxu/vim-which-key
liuchengxu/vista.vim
LnL7/vim-nix
LucHermitte/lh-brackets