Skip to content

Add Fuzzbox under Search Plugins#86

Open
mmrwoods wants to merge 1 commit into
akrawchyk:masterfrom
mmrwoods:fuzzbox
Open

Add Fuzzbox under Search Plugins#86
mmrwoods wants to merge 1 commit into
akrawchyk:masterfrom
mmrwoods:fuzzbox

Conversation

@mmrwoods

@mmrwoods mmrwoods commented Aug 15, 2025

Copy link
Copy Markdown

Fuzzbox is a Vim9 fuzzy finder, with minimal dependencies that just works (on Vim 9) as it relies on native Vim fuzzy matching functions and vim9script rather than external commands or language interpreters.

It will use pre-installed programs on Unix and Windows systems for finding files and live grep (e.g. find and grep), but will also use better tools if they are available (e.g. fd, git-ls-files, ripgrep).

Fuzzbox is a Vim9 fuzzy finder, with minimal dependencies that just
works (on Vim 9) as it relies on native Vim fuzzy matching functions
and vim9script rather than external commands or language interpreters.

It will use pre-installed programs on Unix and Windows systems for
finding files and live grep (e.g. find and grep), but will also use
better tools if they are available (e.g. fd, git-ls-files, ripgrep).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant