mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
feat(explorer): new explorer
module with shortcut to start explorer picker and netrw replacement functionlity
This commit is contained in:
parent
5420a64b66
commit
670c67366f
6 changed files with 104 additions and 9 deletions
|
@ -37,7 +37,7 @@ M.buffers = {
|
|||
},
|
||||
}
|
||||
|
||||
---@class snacks.picker.explorer.Config: snacks.picker.files.Config
|
||||
---@class snacks.picker.explorer.Config: snacks.picker.files.Config|{}
|
||||
---@field follow_file? boolean follow the file from the current buffer
|
||||
---@field tree? boolean show the file tree (default: true)
|
||||
M.explorer = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue