vimPlugins: coc-nvim update (#85106)

This commit is contained in:
Rok Garbas
2020-04-13 00:44:59 +02:00
committed by GitHub
parent f3bbd598da
commit a8a254d828
4 changed files with 273 additions and 275 deletions
-13
View File
@@ -198,19 +198,6 @@ self: super: {
src = "${nodePackages.coc-metals}/lib/node_modules/coc-metals";
};
# Only official releases contains the required index.js file
# NB: Make sure you pick a rev from the release branch!
coc-nvim = buildVimPluginFrom2Nix rec {
pname = "coc-nvim";
version = "2020-01-05";
src = fetchFromGitHub {
owner = "neoclide";
repo = "coc.nvim";
rev = "984779f2f825626aa9d441746d8b4ee079137c65";
sha256 = "0w7qnhi7wikr789h3w5p59l8wd81czpvbzbdanf8klf9ap4ma3yg";
};
};
coc-pairs = buildVimPluginFrom2Nix {
pname = "coc-pairs";
version = nodePackages.coc-pairs.version;