nix-community.nixvim/tests/test-sources/plugins/utils/endwise.nix
2024-02-11 19:44:45 +01:00

5 lines
56 B
Nix

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