project.nvim icon indicating copy to clipboard operation
project.nvim copied to clipboard

fix: browe_project_files not useful

Open Leiyi548 opened this issue 3 years ago • 3 comments

Telescope builtin browser_file is removed

Leiyi548 avatar Feb 18 '22 06:02 Leiyi548

I find this a good bit easier:

local file_browser = require('telescope').load_extension('file_browser')
require('telescope.builtin').file_browser = file_browser.file_browser

The extra benefit is that it works for other plugins which expect the deprecated builtin.file_browser to exist.

archite avatar Mar 26 '22 10:03 archite

Since file_browser has been completely removed from Telescope, I think the best course of action right now, would be to completely remove the ctrl-b functionality from this plugin. (other suggestions are welcome)

ahmedkhalf avatar Apr 25 '22 09:04 ahmedkhalf

Perhaps it's possible to check if nvim-telescope/telescope-file-browser.nvim is installed and use it if so?

gegoune avatar Apr 25 '22 10:04 gegoune