Skip to content

smilovanovic/telescope-search-dir-picker.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telescope-search-dir-picker

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-search-dir-picker.nvim in action 1 telescope-search-dir-picker.nvim in action 2

Requirements

Setup

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')

Usage

require('search_dir_picker').search_dir()

or

:Telescope search_dir_picker

Help!

Is there something not quite right or could be improved? Log an issue with a minimal reproduction, or better yet, raise a PR.

About

Neovim plugin. Telescope.nvim extension that adds directory picker for builtin commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages