nodePackages.coc-clangd: init at 0.9.0
This commit is contained in:
parent
a106eec57f
commit
bb9d2a8cad
|
@ -22,6 +22,7 @@
|
|||
, "cdktf-cli"
|
||||
, "clean-css-cli"
|
||||
, "clubhouse-cli"
|
||||
, "coc-clangd"
|
||||
, "coc-css"
|
||||
, "coc-diagnostic"
|
||||
, "coc-emmet"
|
||||
|
|
|
@ -67411,6 +67411,24 @@ in
|
|||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
coc-clangd = nodeEnv.buildNodePackage {
|
||||
name = "coc-clangd";
|
||||
packageName = "coc-clangd";
|
||||
version = "0.9.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/coc-clangd/-/coc-clangd-0.9.0.tgz";
|
||||
sha512 = "QmYLkObs561ld4vqvivzgVpGGpjsx+d0+x2slqKPvB80juKfaZbfcBxttkcAa6giB6qKFU4njhyz4pP54JebZg==";
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "clangd extension for coc.nvim";
|
||||
homepage = "https://github.com/clangd/coc-clangd#readme";
|
||||
license = "Apache-2.0 WITH LLVM-exception";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
coc-css = nodeEnv.buildNodePackage {
|
||||
name = "coc-css";
|
||||
packageName = "coc-css";
|
||||
|
|
Loading…
Reference in New Issue