1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +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,9 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "ethersync";
maintainers = [ lib.maintainers.GaetanLepage ];
callSetup = false;
hasSettings = false;
}