+1
pkgs/applications/editors/vim/plugins/aliases.nix
+1
pkgs/applications/editors/vim/plugins/aliases.nix
···+coc-rls = throw "coc-rls has been removed, as rls has been archived since 2022. You should use coc-rust-analyzer instead, as rust-analyzer is maintained."; # addedd 2025-10-01
-1
pkgs/applications/editors/vim/plugins/nodePackagePlugins.nix
-1
pkgs/applications/editors/vim/plugins/nodePackagePlugins.nix
+1
pkgs/development/node-packages/aliases.nix
+1
pkgs/development/node-packages/aliases.nix
···coc-metals = throw "coc-metals was removed because it was deprecated upstream. vimPlugins.nvim-metals is its official replacement."; # Added 2024-10-16coc-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+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-01coc-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
-1
pkgs/development/node-packages/node-packages.json
-1
pkgs/development/node-packages/node-packages.json
-18
pkgs/development/node-packages/node-packages.nix
-18
pkgs/development/node-packages/node-packages.nix
···-sha512 = "/XUM5UjOtnVBHghxBtwHz6C2lWnWgF8kX2+uocc356c2Bn8msQa6mrN0lijhlpDlsomSMPkGpZiY4zS1tNakMw==";-description = "Rust language support - code completion, Intellisense, refactoring, reformatting, errors, snippets. A client for the Rust Language Server, built by the RLS team";