Skip to content

nvim-telescope/telescope-fzy-native.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telescope-fzy-native.nvim

FZY style sorter that is compiled

Installation

It is possible that you will already have a compiled binary matching your system. You can find out information about compiling the binary at the implementation repo: https://github.com/romgrk/fzy-lua-native

You can install this with your favorite package manager. Make sure that it installs git submodules if stuff isn't working!

Usage

You can override the file & generic sorter by default simply by adding

require('telescope').load_extension('fzy_native')

somewhere after your require('telescope').setup() call.

To configure them individually, you should do the following:

require('telescope').setup {
    extensions = {
        fzy_native = {
            override_generic_sorter = false,
            override_file_sorter = true,
        }
    }
}
require('telescope').load_extension('fzy_native')

About

FZY style sorter that is compiled

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages