nodePackages.coc-texlab: init at 2.3.0
This commit is contained in:
parent
ced9972b3e
commit
067ed4b610
@ -50,6 +50,7 @@
|
||||
, "coc-solargraph"
|
||||
, "coc-stylelint"
|
||||
, "coc-tabnine"
|
||||
, "coc-texlab"
|
||||
, "coc-tslint"
|
||||
, "coc-tslint-plugin"
|
||||
, "coc-tsserver"
|
||||
|
18
pkgs/development/node-packages/node-packages.nix
generated
18
pkgs/development/node-packages/node-packages.nix
generated
@ -69348,6 +69348,24 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
coc-texlab = nodeEnv.buildNodePackage {
|
||||
name = "coc-texlab";
|
||||
packageName = "coc-texlab";
|
||||
version = "2.3.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/coc-texlab/-/coc-texlab-2.3.0.tgz";
|
||||
sha512 = "1Nph3BgqAbANW1LWa49kscQdt8i55fB304YohKvA2y78DlvxIfG0J7UnbIz+R1HQX0TpvwWdD/wzFP6ll68l8w==";
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "TexLab extension for coc.nvim";
|
||||
homepage = "https://github.com/fannheyward/coc-texlab#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
coc-tslint = nodeEnv.buildNodePackage {
|
||||
name = "coc-tslint";
|
||||
packageName = "coc-tslint";
|
||||
|
Loading…
Reference in New Issue
Block a user