nvim-telescope / telescope-file-browser.nvim

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

feat: add `create_from_prompt` option #384

Closed jamestrew closed 2 months ago

jamestrew commented 2 months ago

Enables/disables the creation of files/folders from the prompt if no entry is selected. Defaults to true to preserve existing behavior.

closes #381