{nodePlugins,vimPlugins}.coc-ultisnips: drop

This commit is contained in:
dish
2025-11-14 00:48:58 -05:00
parent a88828d6d2
commit 55681fcc11
4 changed files with 1 additions and 20 deletions
@@ -8,7 +8,6 @@ let
nodePackageNames = [
"coc-go"
"coc-tsserver"
"coc-ultisnips"
];
in
lib.genAttrs nodePackageNames (
@@ -127,6 +127,7 @@ mapAliases {
inherit (pkgs) coc-toml;
coc-tslint = throw "coc-tslint was removed because it was deprecated upstream; coc-eslint offers comparable features for eslint, which replaced tslint"; # Added 2024-10-18
coc-tslint-plugin = throw "coc-tslint-plugin was removed because it was deprecated upstream; coc-eslint offers comparable features for eslint, which replaced tslint"; # Added 2024-10-18
coc-ultisnips = throw "'coc-ultisnips' has been removed because it was unmaintained upstream"; # Added 2025-11-14
coc-vetur = throw "coc-vetur was removed because vetur was deprecated by Vue in favor of volar. Use coc-volar instead, which supports Vue 3"; # added 2025-10-01
inherit (pkgs) coc-vimlsp; # Added 2025-11-05
inherit (pkgs) coc-vimtex; # Added 2025-11-05
@@ -13,7 +13,6 @@
, "clipboard-cli"
, "coc-go"
, "coc-tsserver"
, "coc-ultisnips"
, "cpy-cli"
, "dhcp"
, "dotenv-vault"
-18
View File
@@ -29614,24 +29614,6 @@ in
bypassCache = true;
reconstructLock = true;
};
coc-ultisnips = nodeEnv.buildNodePackage {
name = "coc-ultisnips";
packageName = "coc-ultisnips";
version = "1.2.4";
src = fetchurl {
url = "https://registry.npmjs.org/coc-ultisnips/-/coc-ultisnips-1.2.4.tgz";
sha512 = "QDl3FYwrv9D4uAQNwS9NsMx757zyu9JSWEoFJi0YUAa3pDc2TrTXa15zmWGeHfn/qDiUTxjVqzJ8GhB8vBo7Ew==";
};
buildInputs = globalBuildInputs;
meta = {
description = "ultisnips source for coc.nvim";
homepage = "https://github.com/neoclide/coc-sources#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
cpy-cli = nodeEnv.buildNodePackage {
name = "cpy-cli";
packageName = "cpy-cli";