1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-22 18:29:40 +01:00

plugins/ethersync: init

This commit is contained in:
Gaetan Lepage 2025-10-02 21:58:41 +02:00 committed by Gaétan Lepage
parent 18b8d53e23
commit eb54f65d9b
2 changed files with 14 additions and 0 deletions

View file

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