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

Commits on Feb 28, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    angerman Moritz Angermann
    Copy the full SHA
    fbc88db View commit details
Showing with 15 additions and 3 deletions.
  1. +14 −3 pkgs/misc/vim-plugins/generated.nix
  2. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
17 changes: 14 additions & 3 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -1053,6 +1053,17 @@ let
};
};

deoplete-phpactor = buildVimPluginFrom2Nix {
pname = "deoplete-phpactor";
version = "2019-02-22";
src = fetchFromGitHub {
owner = "kristijanhusak";
repo = "deoplete-phpactor";
rev = "53e239effb8ff20fc0a192206e96d98d4f9001ad";
sha256 = "14097r9fmyp9zxfgv0fj2s52qd1v5cxdckfg4zph7lg3yri1hx9p";
};
};

deoplete-rust = buildVimPluginFrom2Nix {
pname = "deoplete-rust";
version = "2017-07-18";
@@ -1099,12 +1110,12 @@ let

deoplete-nvim = buildVimPluginFrom2Nix {
pname = "deoplete-nvim";
version = "2020-02-25";
version = "2020-02-27";
src = fetchFromGitHub {
owner = "Shougo";
repo = "deoplete.nvim";
rev = "3a8e68d09c6d1a62991c883279f6f647c9e23b7f";
sha256 = "0h87i51w0xll2nyib4fqhspdwzh4ynrv1zs74dz7a8nl1v3lzlnx";
rev = "08582f7c52aa53d63f9a7a714fab9137d6ea48f0";
sha256 = "1bnz9q6rz95w8xw9vhzhfrfr6r8zdgf0ihylvjaa2kzxir7sngm2";
};
};

1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -205,6 +205,7 @@ kien/rainbow_parentheses.vim
konfekt/fastfold
kristijanhusak/defx-git
kristijanhusak/defx-icons
kristijanhusak/deoplete-phpactor
kristijanhusak/vim-hybrid-material
kshenoy/vim-signature
lambdalisue/vim-gista