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

Commits on Jan 19, 2020

  1. vimPlugins.deoplete-zsh: init at 2019-11-10

    paulreimer authored and Jon committed Jan 19, 2020
    Copy the full SHA
    de75230 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
@@ -1020,6 +1020,17 @@ let
};
};

deoplete-zsh = buildVimPluginFrom2Nix {
pname = "deoplete-zsh";
version = "2019-11-10";
src = fetchFromGitHub {
owner = "deoplete-plugins";
repo = "deoplete-zsh";
rev = "92b7afc3804dd17a849b207e184359558ab8f444";
sha256 = "0zsbkl82kny1vmfv06iz576xsclbik0xr7ndzpb0ddhw5nfnicfx";
};
};

deoplete-nvim = buildVimPluginFrom2Nix {
pname = "deoplete-nvim";
version = "2020-01-10";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@ davidhalter/jedi-vim
dcharbon/vim-flatbuffers
deoplete-plugins/deoplete-dictionary
deoplete-plugins/deoplete-jedi
deoplete-plugins/deoplete-zsh
derekelkins/agda-vim
derekwyatt/vim-scala
dhruvasagar/vim-table-mode