mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
602393aed2
commit
37cae803ef
1 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Table of Contents *snacks.nvim-explorer-table-of-contents*
|
|||
2. Config |snacks.nvim-explorer-config|
|
||||
3. Module |snacks.nvim-explorer-module|
|
||||
- Snacks.explorer() |snacks.nvim-explorer-module-snacks.explorer()|
|
||||
- Snacks.explorer.health()|snacks.nvim-explorer-module-snacks.explorer.health()|
|
||||
- Snacks.explorer.open()|snacks.nvim-explorer-module-snacks.explorer.open()|
|
||||
- Snacks.explorer.reveal()|snacks.nvim-explorer-module-snacks.explorer.reveal()|
|
||||
4. Links |snacks.nvim-explorer-links|
|
||||
|
|
@ -78,6 +79,7 @@ see `snacks.picker.explorer.Config`
|
|||
---@class snacks.explorer.Config
|
||||
{
|
||||
replace_netrw = true, -- Replace netrw with the snacks explorer
|
||||
trash = true, -- Use the system trash when deleting files
|
||||
}
|
||||
<
|
||||
|
||||
|
|
@ -94,6 +96,13 @@ see `snacks.picker.explorer.Config`
|
|||
<
|
||||
|
||||
|
||||
`Snacks.explorer.health()` *Snacks.explorer.health()*
|
||||
|
||||
>lua
|
||||
Snacks.explorer.health()
|
||||
<
|
||||
|
||||
|
||||
`Snacks.explorer.open()` *Snacks.explorer.open()*
|
||||
|
||||
Shortcut to open the explorer picker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue