nvim.dir
Methods6
function M.open(buf: integer, name: string, provider: nvim.dir.Provider, select: nvim.dir.Entry | nil) -> nil
Open {buf} as a listing named {name} using {provider}.
function M._open_entry() -> nil
function M._open_parent() -> nil
function M._reload(buf: nil | integer) -> nil
Reload the existing listing with its current buffer name and provider. Replace the lines and restore the view only after a successful list; preserve the existing listing on failure. Do not rerun provider initialization or reinstall listing handlers.
function M.try_open(buf: integer, path: string) -> nil
function M.handle_startup_dirs() -> nil