mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-09-19 18:59:06 +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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user