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 {
|
||||
"weirongxu/plantuml-previewer.vim",
|
||||
|
||||
dependencies = {
|
||||
"tyru/open-browser.vim",
|
||||
},
|
||||
dependencies = "tyru/open-browser.vim",
|
||||
|
||||
cmd = {
|
||||
"PlantumlOpen",
|
||||
|
|
Loading…
Add table
Reference in a new issue