Skip to content

A fast fuzzy file name matcher for Vim.

License

Notifications You must be signed in to change notification settings

dgraham/vim-scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A fast fuzzy file name matcher for Vim

A fast replacement for CtrlP's fuzzy file name matcher that uses scores to rank search results. This provides results similar to ctrlp-py-matcher but without the Python dependency.

Installation

# Build scores binary and install in $PATH
$ git clone https://github.com/dgraham/scores
$ cd scores
$ cargo build --release
$ cp target/release/scores /usr/local/bin
# Install the vim plugin
$ git clone https://github.com/dgraham/vim-scores ~/.vim/pack/plugins/start/vim-scores

Add the match function to your ~/.vimrc file.

let g:ctrlp_match_func = { 'match': 'scores#ScoreMatch' }

License

Distributed under the MIT license. See LICENSE for details.

About

A fast fuzzy file name matcher for Vim.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published