Skip to content

lambdalisue/vim-fall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍂 fall

MIT License vim help

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.vim
    A highly customizable and extensible fuzzy finder for Vim/Neovim written in Denops.
  • telescope.nvim
    The de facto standard fuzzy finder for Neovim.
  • ctrlp.vim
    A 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.