mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-09-19 15:39:05 +02:00
Highlighting and rendering of PlantUML files
This commit is contained in:
@@ -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",
|
||||||
|
},
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"aklt/plantuml-syntax",
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user