fix: plantuml-syntax

nixos
Moritz Böhme 2024-06-24 09:43:22 +02:00
parent b5b54eb0e7
commit d4db0cec27
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

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