Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs authored and github-actions[bot] committed Mar 4, 2024
1 parent 91b7e6c commit d1d9fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/grapple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ lazy.nvim ~

>lua
{
"cbochs/grapple.nvim"
"cbochs/grapple.nvim",
dependencies = {
{ "nvim-tree/nvim-web-devicons", lazy = true }
}
},

}
<
Expand All @@ -88,7 +88,7 @@ packer ~

>lua
use {
"cbochs/grapple.nvim"
"cbochs/grapple.nvim",
requires = { "nvim-tree/nvim-web-devicons" }
}
<
Expand Down

0 comments on commit d1d9fdf

Please sign in to comment.