Skip to content

Extra library for using Fall, a Vim/Neovim Fuzzy Finder plugin powered by Denops.

License

Notifications You must be signed in to change notification settings

vim-fall/deno-fall-extra

Repository files navigation

🍂 fall-extra

JSR Deno Test MIT License

Extra library for using Fall, a Vim/Neovim Fuzzy Finder plugin powered by Denops.

Usage

Extensions are available in the root directory. You can access them like this:

import * as extra from "jsr:@vim-fall/extra";

// Display all sources
console.log(extra.source);

// Display all renderers
console.log(extra.renderer);

// Display all actions
console.log(extra.action);

For builtin extensions or utility functions, check out vim-fall/fall-std (@vim-fall/std).

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.

About

Extra library for using Fall, a Vim/Neovim Fuzzy Finder plugin powered by Denops.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project