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

5 lines
58 B
Nix

{
empty = {
plugins.ethersync.enable = true;
};
}