2024-09-09 14:11:14 -05:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.plantuml-syntax.enable = true;
|
|
|
|
};
|
2024-12-16 17:33:01 +01:00
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.plantuml-syntax = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
set_makeprg = 1;
|
|
|
|
executable_script = "plantuml";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-09-09 14:11:14 -05:00
|
|
|
}
|