nvim: use dependencies
consistently
This commit is contained in:
parent
139629725f
commit
11652303df
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ local icon = require("fschauen.util.icons").ui.Graph
|
||||||
return {
|
return {
|
||||||
"weirongxu/plantuml-previewer.vim",
|
"weirongxu/plantuml-previewer.vim",
|
||||||
|
|
||||||
dependencies = {
|
dependencies = "tyru/open-browser.vim",
|
||||||
"tyru/open-browser.vim",
|
|
||||||
},
|
|
||||||
|
|
||||||
cmd = {
|
cmd = {
|
||||||
"PlantumlOpen",
|
"PlantumlOpen",
|
||||||
|
|
Loading…
Add table
Reference in a new issue