···74 inherit (pkgs) coc-css; # added 2024-06-29
75 inherit (pkgs) coc-diagnostic; # added 2024-06-29
76 inherit (pkgs) coc-docker; # added 2025-10-01
0077 coc-imselect = throw "coc-imselect was removed because it was broken"; # added 2023-08-21
78 inherit (pkgs) coc-pyright; # added 2024-07-14
79 coc-metals = throw "coc-metals was removed because it was deprecated upstream. vimPlugins.nvim-metals is its official replacement."; # Added 2024-10-16
80 coc-python = throw "coc-python was removed because it was abandoned upstream on 2020-12-24. Upstream now recommends using coc-pyright or coc-jedi instead."; # added 2024-10-15
81 coc-rls = throw "coc-rls was removed because rls was deprecated in 2022. You should use coc-rust-analyzer instead, as rust-analyzer is maintained."; # added 2025-10-01
0082 inherit (pkgs) coc-toml;
83 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
84 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
···74 inherit (pkgs) coc-css; # added 2024-06-29
75 inherit (pkgs) coc-diagnostic; # added 2024-06-29
76 inherit (pkgs) coc-docker; # added 2025-10-01
77+ inherit (pkgs) coc-explorer; # added 2025-10-01
78+ inherit (pkgs) coc-git; # added 2025-10-01
79 coc-imselect = throw "coc-imselect was removed because it was broken"; # added 2023-08-21
80 inherit (pkgs) coc-pyright; # added 2024-07-14
81 coc-metals = throw "coc-metals was removed because it was deprecated upstream. vimPlugins.nvim-metals is its official replacement."; # Added 2024-10-16
82 coc-python = throw "coc-python was removed because it was abandoned upstream on 2020-12-24. Upstream now recommends using coc-pyright or coc-jedi instead."; # added 2024-10-15
83 coc-rls = throw "coc-rls was removed because rls was deprecated in 2022. You should use coc-rust-analyzer instead, as rust-analyzer is maintained."; # added 2025-10-01
84+ inherit (pkgs) coc-sh; # added 2025-10-02
85+ inherit (pkgs) coc-spell-checker; # added 2025-10-01
86 inherit (pkgs) coc-toml;
87 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
88 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