nodePackages.coc-vimlsp: init at 1.10.2

This commit is contained in:
Malo Bourgon 2020-11-25 14:47:40 -08:00 committed by Jonathan Ringer
parent ba38fdd8f4
commit e0c2867697
2 changed files with 19 additions and 0 deletions

View file

@ -49,6 +49,7 @@
, "coc-tslint-plugin"
, "coc-tsserver"
, "coc-vetur"
, "coc-vimlsp"
, "coc-vimtex"
, "coc-wxml"
, "coc-yaml"

View file

@ -66455,6 +66455,24 @@ in
bypassCache = true;
reconstructLock = true;
};
coc-vimlsp = nodeEnv.buildNodePackage {
name = "coc-vimlsp";
packageName = "coc-vimlsp";
version = "0.10.2";
src = fetchurl {
url = "https://registry.npmjs.org/coc-vimlsp/-/coc-vimlsp-0.10.2.tgz";
sha512 = "g6jCDkNRJwuPmqMN2czK90BMLec8Sdnx6uR3RZDZO2NThIduezrSbsFBpICKW93vmIprk1CvC+Pry+kRY3Mhrw==";
};
buildInputs = globalBuildInputs;
meta = {
description = "vim language server extension for coc.nvim";
homepage = "https://github.com/iamcco/coc-vim#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
coc-vimtex = nodeEnv.buildNodePackage {
name = "coc-vimtex";
packageName = "coc-vimtex";