N-R-K / minifuzzy.vim

Simple Vim9 fuzzy finder wrapper utilizing Vim9's built-in fuzzy finding capability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minifuzzy.vim 🔎

  • Simple Vim9 fuzzy finder wrapper

Using minifuzzy.vim to search files in the current directory

🔨 Installation

⚠️ Only supported for vim >= 8.2, not nvim

Install using vim's builtin plugin manager:

mkdir -p ~/.vim/pack/bundle/start
git clone https://github.com/hahdookin/minifuzzy.vim ~/.vim/pack/bundle/start/minifuzzy.vim

⚗️ Usage

The following mappings can be used to fuzzy find:

  • <leader>ff -- Files in current working directory
  • <leader>fb -- Buffers
  • <leader>fm -- Most recently used files
  • <leader>fl -- Lines in the current buffer

About

Simple Vim9 fuzzy finder wrapper utilizing Vim9's built-in fuzzy finding capability


Languages

Language:Vim Script 100.0%