feat(explorer): new explorer module with shortcut to start explorer picker and netrw replacement functionlity

This commit is contained in:
Folke Lemaitre 2025-01-31 08:31:49 +01:00
parent 5420a64b66
commit 670c67366f
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 104 additions and 9 deletions

View file

@ -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 = {