fix: plantuml-syntax

This commit is contained in:
Moritz Böhme 2024-06-24 09:43:22 +02:00
parent b5b54eb0e7
commit d4db0cec27
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -210,6 +210,6 @@ in
cmd = [ "ConformInfo" "Format" ];
conf = readFile ./lua/conform.lua;
}
{ plugin = plantuml-syntax; }
{ plugin = pkgs.vimPlugins.plantuml-syntax; }
];
}