Highlighting and rendering of PlantUML files

This commit is contained in:
2026-09-14 14:54:31 +02:00
parent 63e6045643
commit 2f547fc3e9
2 changed files with 17 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
return {
"goropikari/plantuml.nvim",
dependencies = {
"goropikari/LibDeflate.nvim",
},
opts = {
-- default opts
base_url = "https://www.plantuml.com/plantuml",
reload_events = { "BufWritePre" },
viewer = "xdg-open", -- Image viewer for non-ASCII exports
docker_image = "plantuml/plantuml-server:tomcat",
},
}