feat(nvim): add plantuml
support
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
This commit is contained in:
parent
6b5270d843
commit
870758fc6e
@ -0,0 +1,22 @@
|
||||
local plantuml_fts = { "plantuml", "puml", "uml", "pu", "iuml" }
|
||||
|
||||
return {
|
||||
{
|
||||
"aklt/plantuml-syntax",
|
||||
config = false,
|
||||
ft = plantuml_fts,
|
||||
},
|
||||
{
|
||||
"weirongxu/plantuml-previewer.vim",
|
||||
dependencies = {
|
||||
"tyru/open-browser.vim",
|
||||
},
|
||||
ft = plantuml_fts,
|
||||
cmd = {
|
||||
"PlantumlOpen",
|
||||
"PlantumlStop",
|
||||
"PlantumlSave",
|
||||
},
|
||||
config = false,
|
||||
},
|
||||
}
|
@ -30,6 +30,8 @@ in
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
plantuml
|
||||
graphviz
|
||||
gcolor3
|
||||
typescript
|
||||
deno
|
||||
|
Loading…
Reference in New Issue
Block a user