https://github.com/vim-fall/deno-fall-extra
Extra library for using Fall, a Vim/Neovim Fuzzy Finder plugin powered by Denops.
https://github.com/vim-fall/deno-fall-extra
vim-fall
Last synced: 2 months ago
JSON representation
Extra library for using Fall, a Vim/Neovim Fuzzy Finder plugin powered by Denops.
- Host: GitHub
- URL: https://github.com/vim-fall/deno-fall-extra
- Owner: vim-fall
- License: mit
- Created: 2024-11-09T14:03:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T16:19:25.000Z (7 months ago)
- Last Synced: 2025-01-30T06:09:11.454Z (4 months ago)
- Topics: vim-fall
- Language: TypeScript
- Homepage: https://jsr.io/@vim-fall/extra/versions
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍂 fall-extra
[](https://jsr.io/@vim-fall/extra)
[](#)
[](https://github.com/vim-fall/fall-extra/actions/workflows/test.yml)
[](LICENSE)Extra library for using [Fall](https://github.com/vim-fall/fall), a Vim/Neovim
Fuzzy Finder plugin powered by
[Denops](https://github.com/vim-denops/denops.vim).## Usage
Extensions are available in the root directory. You can access them like this:
```typescript
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](https://github.com/vim-fall/fall-std)
([`@vim-fall/std`](https://jsr.io/@vim-fall/std)).## License
The code in this repository follows the MIT license, as detailed in
[LICENSE](./LICENSE). Contributors must agree that any modifications submitted
to this repository also adhere to the license.