This plugin adds the ability to interactively choose directory for builtin Telescope pickers.
At the moment of writing, only supported builtin picker is live_grep
.
- telescope.nvim (required)
- plenary.nvim (required)
Install the plugin using your favourite package manager.
use("smilovanovic/telescope-search-dir-picker.nvim")
Then, you need to tell Telescope about this extension somewhere after your
require('telescope').setup()
, by calling:
require('telescope').load_extension('search_dir_picker')
require('search_dir_picker').search_dir()
or
:Telescope search_dir_picker
Is there something not quite right or could be improved? Log an issue with a minimal reproduction, or better yet, raise a PR.