nix-community.nixvim/tests/test-sources/plugins/utils/endwise.nix

6 lines
56 B
Nix
Raw Normal View History

2024-02-09 15:16:05 +01:00
{
empty = {
plugins.endwise.enable = true;
};
}