mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
feat(explorer): added Snacks.explorer.reveal()
to reveal the current file in the tree.
This commit is contained in:
parent
9d2fd24340
commit
b4cf6bb48d
2 changed files with 24 additions and 0 deletions
|
@ -103,6 +103,7 @@ local M = {}
|
|||
---@field jump? snacks.picker.jump.Config|{}
|
||||
--- Other
|
||||
---@field config? fun(opts:snacks.picker.Config):snacks.picker.Config? custom config function
|
||||
---@field db? snacks.picker.db.Config|{}
|
||||
---@field debug? snacks.picker.debug|{}
|
||||
local defaults = {
|
||||
prompt = " ",
|
||||
|
@ -392,6 +393,7 @@ local defaults = {
|
|||
Variable = " ",
|
||||
},
|
||||
},
|
||||
---@class snacks.picker.db.Config
|
||||
db = {
|
||||
-- path to the sqlite3 library
|
||||
-- If not set, it will try to load the library by name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue