Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent 22e539a commit 147810a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/extras/lang/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ opts = {}
```lua
{
"leoluz/nvim-dap-go",
config = true,
opts = {},
}
```

Expand Down Expand Up @@ -456,7 +456,7 @@ opts = nil
},
{
"leoluz/nvim-dap-go",
config = true,
opts = {},
},
},
}
Expand Down
4 changes: 2 additions & 2 deletions docs/extras/lang/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ end
{
"hrsh7th/nvim-cmp",
dependencies = {
{ "roobert/tailwindcss-colorizer-cmp.nvim", config = true },
{ "roobert/tailwindcss-colorizer-cmp.nvim", opts = {} },
},
opts = function(_, opts)
-- original LazyVim kind icon formatter
Expand Down Expand Up @@ -175,7 +175,7 @@ opts = {}
<TabItem value="code" label="Full Spec">

```lua
{ "roobert/tailwindcss-colorizer-cmp.nvim", config = true }
{ "roobert/tailwindcss-colorizer-cmp.nvim", opts = {} }
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ opts = {}
"folke/todo-comments.nvim",
cmd = { "TodoTrouble", "TodoTelescope" },
event = "LazyFile",
config = true,
opts = {},
-- stylua: ignore
keys = {
{ "]t", function() require("todo-comments").jump_next() end, desc = "Next Todo Comment" },
Expand Down

0 comments on commit 147810a

Please sign in to comment.