1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 12:41:03 +01:00

plugins/ethersync: rename to teamtype

https://github.com/NixOS/nixpkgs/pull/456770
This commit is contained in:
Gaetan Lepage 2025-11-06 23:37:02 +01:00
parent 0a24eb12ce
commit eb22bbebff
4 changed files with 8 additions and 6 deletions

View file

@ -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