nix-community.nixvim/tests/test-sources/plugins/by-name/plantuml-syntax/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
64 B
Nix
Raw Normal View History

2024-09-09 14:11:14 -05:00
{
empty = {
plugins.plantuml-syntax.enable = true;
};
}