goodhumored d15f254996 many nvim changes
nvim file structure updated
nvim luasnippets configured properly
2024-12-28 13:49:08 +03:00

14 lines
201 B
Plaintext

return {
"3rd/diagram.nvim",
dependencies = {
"3rd/image.nvim",
},
opts = { -- you can just pass {}, defaults below
renderer_options = {
plantuml = {
charset = "utf-8",
},
},
},
}