vimPlugins: coc-nvim update (#85106)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user