mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins/ethersync: rename to teamtype
https://github.com/NixOS/nixpkgs/pull/456770
This commit is contained in:
parent
a38fba5880
commit
4728aae7cf
4 changed files with 8 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "ethersync";
|
||||
name = "teamtype";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
|
|
@ -41,6 +41,8 @@ let
|
|||
surround = "vim-surround";
|
||||
# Added 2025-10-06
|
||||
presence-nvim = "presence";
|
||||
# Added 2025-11-07
|
||||
ethersync = "teamtype";
|
||||
};
|
||||
# Added 2024-09-21; remove after 24.11
|
||||
# `iconsPackage` options were briefly available in the following plugins for ~3 weeks
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.ethersync.enable = true;
|
||||
};
|
||||
}
|
||||
5
tests/test-sources/plugins/by-name/teamtype/default.nix
Normal file
5
tests/test-sources/plugins/by-name/teamtype/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.teamtype.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue