Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.23 KB

🍂 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.