-
-
Couldn't load subscription status.
- Fork 97
Description
Bug Report / Feature Request
Summary:
When using telescope-file-browser.nvim, the directory does not persist between sessions. For example, if I open Neovim in $HOME and navigate to ~/Downloads, the next time I open the file browser, it defaults back to $HOME instead of the previously navigated directory (~/Downloads).
Steps to Reproduce:
- Open Neovim in the
$HOMEdirectory. - Use
telescope-file-browser.nvimto navigate to~/Downloads. - Close the file browser.
- Reopen the file browser.
Expected Behavior:
The file browser should open in the last navigated directory (~/Downloads) instead of the initial directory ($HOME).
Actual Behavior:
The file browser reopens in the initial directory ($HOME) instead of the last navigated directory (~/Downloads).
I'm using the default settings provided in the README, I'm sorry if this option is already provided and I just coulnd't find it out