plugins/plantuml-syntax: migrate to mkVimPlugin

This commit is contained in:
Gaetan Lepage 2024-12-16 17:33:01 +01:00 committed by nix-infra-bot
parent 471f68d9bb
commit 6c30476a4d
3 changed files with 43 additions and 33 deletions

View file

@ -2,4 +2,15 @@
empty = {
plugins.plantuml-syntax.enable = true;
};
defaults = {
plugins.plantuml-syntax = {
enable = true;
settings = {
set_makeprg = 1;
executable_script = "plantuml";
};
};
};
}