vim-fall

🍂 Another fuzzy finder designed for Vim and Neovim and implemented in Denops

MIT License

Stars
30

🍂 fall

Fall (vim-fall) is an abbreviation for "Filter All," another fuzzy finder designed for Vim and Neovim and implemented in Denops.

Alpha version. Please note that any changes, including those that may be backward incompatible, will be implemented without prior announcements.

Requirements

Users must install Deno.

Installation

To install Denops and this plugin using your preferred plugin manager, such as vim-plug, add the following lines to your Vim configuration:

Plug 'vim-denops/denops.vim'
Plug 'lambdalisue/vim-fall'

Usage

Use :Fall command to open the fuzzy finder. The command accepts the following arguments:

Fall {source} {source_args}...

For example, if you'd like to use file source, you can use the following

Fall file

Or line source with README.md as an argument

Fall line README.md

Similar Projects

  • ddu.vimA highly customizable and
    extensible fuzzy finder for Vim/Neovim written in Denops.
  • telescope.nvimThe de
    facto standard fuzzy finder for Neovim.
  • ctrlp.vimA classic and famous
    fuzzy finder for Vim.

License

The code in this repository follows the MIT license, as detailed in LICENSE. Contributors must agree that any modifications submitted to this repository also adhere to the license.