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:
parent
18b8d53e23
commit
eb54f65d9b
2 changed files with 14 additions and 0 deletions
9
plugins/by-name/ethersync/default.nix
Normal file
9
plugins/by-name/ethersync/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "ethersync";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
callSetup = false;
|
||||
hasSettings = false;
|
||||
}
|
||||
5
tests/test-sources/plugins/by-name/ethersync/default.nix
Normal file
5
tests/test-sources/plugins/by-name/ethersync/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.ethersync.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue