1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/plugins/by-name/ethersync/default.nix
2025-10-02 22:49:56 +00:00

9 lines
170 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "ethersync";
maintainers = [ lib.maintainers.GaetanLepage ];
callSetup = false;
hasSettings = false;
}