nix-community.nixvim/tests/test-sources/plugins/by-name/earthly/default.nix
2024-09-29 21:37:51 +00:00

5 lines
56 B
Nix

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