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: 508d802c640f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9336f941ea74
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 23, 2019

  1. Copy the full SHA
    c1b11c6 View commit details
  2. vimPlugins.camelcasemotion: init at 2019-06-06 (#63683)

    vimPlugins.camelcasemotion: init at 2019-06-06
    Mic92 authored Jun 23, 2019
    Copy the full SHA
    9336f94 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
@@ -180,6 +180,17 @@ let
};
};

camelcasemotion = buildVimPluginFrom2Nix {
pname = "camelcasemotion";
version = "2019-06-06";
src = fetchFromGitHub {
owner = "bkad";
repo = "camelcasemotion";
rev = "2a62526721b6a4324bec3408e4ed9f8eebf96f3b";
sha256 = "1pj7q0ic6hs6niflp64izk5v3kdw951ram035v3xv1gjsp1aa5a6";
};
};

caw-vim = buildVimPluginFrom2Nix {
pname = "caw-vim";
version = "2019-06-13";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ bbchung/clighter8
benmills/vimux
bhurlow/vim-parinfer
bitc/vim-hdevtools
bkad/camelcasemotion
bling/vim-bufferline
bronson/vim-trailing-whitespace
brooth/far.vim