nvim-telescope / telescope-file-browser.nvim

File Browser extension for telescope.nvim
MIT License
1.6k stars 89 forks source link

Refresh after yank (copy) file #395

Open TisnKu opened 1 month ago

TisnKu commented 1 month ago

When creating a file using shortcut, the picker will be refreshed and include the created file. But when yank(copy) a file, the list is not refreshed.

On copy file (new file test3.json):

image

On copied (no new file test3.json):

image

Reenter the folder (test3.json is there):

image