Skip to content

Commit

Permalink
fix: add deps in SETUP section in dante.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
S1M0N38 committed Sep 3, 2024
1 parent c6507ed commit 64865fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/dante.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ example, using `lazy.nvim`:
>lua
{
"S1M0N38/dante.nvim",
lazy = true,
cmd = "Dante",
opts = {
presets = {
Expand All @@ -29,6 +30,12 @@ example, using `lazy.nvim`:
}
}
}
dependencies = {
{
"S1M0N38/ai.nvim",
version="~1.0.0",
},
}
}
<

Expand Down

0 comments on commit 64865fb

Please sign in to comment.