Search things by es.exe(Everything Command Line Interface) for windows user.
Install Everything, and put Everything Command Line Interface
in PATH (or setup es_path
to the path of es).
Plug 'Verf/telescope-everything.nvim'
or packer
use 'Verf/telescope-everything.nvim'
require('telescope').load_extension 'everything'
:Telescope everything
You can check Everything Command Line Interface for more information, the default config is:
require('telescope').setup {
extensions = {
everything = {
es_path = "es",
case_sensitity = false,
whole_word = false,
match_path = false,
sort = false,
regex = true,
offset = 0,
max_results = 100,
}
},
}