chore: deprecation notice for builtin.file_browser (#1574)
`builtin.file_browser` will be removed in favor of `telescope-file-browser.nvim`. Primary rationale for carving out the file browser to an extension: - Faster development - Very expansive picker with larger feature set than builtins
This commit is contained in:
@@ -284,6 +284,9 @@ local function prepare_match(entry, kind)
|
||||
end
|
||||
|
||||
files.file_browser = function(opts)
|
||||
vim.api.nvim_err_writeln [[Deprecation notice: file browser will be carved out into a more featureful extension, see:
|
||||
https://github.com/nvim-telescope/telescope-file-browser.nvim]]
|
||||
|
||||
opts = opts or {}
|
||||
|
||||
local is_dir = function(value)
|
||||
|
||||
Reference in New Issue
Block a user