Merge pull request #192414 from loicreynier/feat-nodepackages-coc-ltex-init

This commit is contained in:
Sandro 2022-11-01 22:21:57 +01:00 committed by GitHub
commit 78095a966e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

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

View file

@ -92407,6 +92407,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";