mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-23 01:11:12 +01:00
plugins/ethersync: rename to teamtype
This commit is contained in:
parent
0420aa712f
commit
539926b289
3 changed files with 4 additions and 2 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-10-31
|
||||
ethersync = "teamtype";
|
||||
};
|
||||
# Added 2024-09-21; remove after 24.11
|
||||
# `iconsPackage` options were briefly available in the following plugins for ~3 weeks
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.ethersync.enable = true;
|
||||
plugins.teamtype.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue