1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-23 09:21:15 +01:00

plugins/ethersync: rename to teamtype

This commit is contained in:
Jost Alemann 2025-10-31 10:46:25 +01:00
parent 0420aa712f
commit 539926b289
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "ethersync";
name = "teamtype";
maintainers = [ lib.maintainers.GaetanLepage ];

View file

@ -41,6 +41,8 @@ let
surround = "vim-surround";
# Added 2025-10-06
presence-nvim = "presence";
# Added 2025-10-31
ethersync = "teamtype";
};
# Added 2024-09-21; remove after 24.11
# `iconsPackage` options were briefly available in the following plugins for ~3 weeks

View file

@ -1,5 +1,5 @@
{
empty = {
plugins.ethersync.enable = true;
plugins.teamtype.enable = true;
};
}