Skip to content

Commit fb01213

Browse files
chore(build): auto-generate docs
1 parent 893ebeb commit fb01213

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

docs/extras/coding/mini-surround.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ opts = {
4545
```lua
4646
{
4747
"echasnovski/mini.surround",
48-
recommended = true,
4948
keys = function(_, keys)
5049
-- Populate the keys based on the user's options
5150
local opts = LazyVim.opts("mini.surround")

docs/extras/editor/snacks_explorer.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import TabItem from '@theme/TabItem';
2424
<TabItem value="opts" label="Options">
2525

2626
```lua
27-
opts = { explorer = {} }
27+
opts = nil
2828
```
2929

3030
</TabItem>
@@ -33,28 +33,7 @@ opts = { explorer = {} }
3333
<TabItem value="code" label="Full Spec">
3434

3535
```lua
36-
{
37-
"folke/snacks.nvim",
38-
opts = { explorer = {} },
39-
keys = {
40-
{
41-
"<leader>fe",
42-
function()
43-
Snacks.explorer({ cwd = LazyVim.root() })
44-
end,
45-
desc = "Explorer Snacks (root dir)",
46-
},
47-
{
48-
"<leader>fE",
49-
function()
50-
Snacks.explorer()
51-
end,
52-
desc = "Explorer Snacks (cwd)",
53-
},
54-
{ "<leader>e", "<leader>fe", desc = "Explorer Snacks (root dir)", remap = true },
55-
{ "<leader>E", "<leader>fE", desc = "Explorer Snacks (cwd)", remap = true },
56-
},
57-
}
36+
"folke/snacks.nvim"
5837
```
5938

6039
</TabItem>

0 commit comments

Comments
 (0)