nodePackages.coc-ltex: init at 13.1.0

This commit is contained in:
Loïc Reynier 2022-09-22 11:53:23 +02:00
parent 18187caeb8
commit c46dd3961d
2 changed files with 19 additions and 0 deletions

View File

@ -69,6 +69,7 @@
, "coc-jest"
, "coc-json"
, "coc-lists"
, "coc-ltex"
, "coc-markdownlint"
, "coc-metals"
, "coc-pairs"

View File

@ -87684,6 +87684,24 @@ in
bypassCache = true;
reconstructLock = true;
};
coc-ltex = nodeEnv.buildNodePackage {
name = "coc-ltex";
packageName = "coc-ltex";
version = "13.0.1";
src = fetchurl {
url = "https://registry.npmjs.org/coc-ltex/-/coc-ltex-13.1.0.tgz";
sha512 = "SnwfsF5dnU0T12bSe9sq2rdR/EoAqK4MxVljQM58YXpQKTps/HsCD6kiprk8oK/VMH8KaDwEEcxf2pVXq6yECQ==";
};
buildInputs = globalBuildInputs;
meta = {
description = "Ltex extension for coc.nvim";
homepage = "https://valentjn.github.io/ltex/";
license = "MPL-2.0";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
coc-markdownlint = nodeEnv.buildNodePackage {
name = "coc-markdownlint";
packageName = "coc-markdownlint";