Skip to content

Search things by es.exe(everything command line interface) for windows user.

License

Notifications You must be signed in to change notification settings

Verf/telescope-everything.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telescope-everything.nvim

Search things by es.exe(Everything Command Line Interface) for windows user.

Requirement

Install Everything, and put Everything Command Line Interface in PATH (or setup es_path to the path of es).

Installation

vim-plug

Plug 'Verf/telescope-everything.nvim'

or packer

use 'Verf/telescope-everything.nvim'

Setup

require('telescope').load_extension 'everything'

Usage

:Telescope everything

Config

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,
        }
    },
}

About

Search things by es.exe(everything command line interface) for windows user.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages