nix-community.nixvim/tests/test-sources/plugins/by-name/plantuml-syntax/default.nix
2024-12-16 17:02:29 +00:00

16 lines
239 B
Nix

{
empty = {
plugins.plantuml-syntax.enable = true;
};
defaults = {
plugins.plantuml-syntax = {
enable = true;
settings = {
set_makeprg = 1;
executable_script = "plantuml";
};
};
};
}