Extra library for using Fall, a Vim/Neovim Fuzzy Finder plugin powered by Denops.
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
).
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.