Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T16:19:25.000Z (about 2 months ago)
- Last Synced: 2024-12-02T21:17:30.153Z (about 1 month 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
[![JSR](https://jsr.io/badges/@vim-fall/extra)](https://jsr.io/@vim-fall/extra)
[![Deno](https://img.shields.io/badge/Deno%202.x-333?logo=deno&logoColor=fff)](#)
[![Test](https://github.com/vim-fall/fall-extra/actions/workflows/test.yml/badge.svg)](https://github.com/vim-fall/fall-extra/actions/workflows/test.yml)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](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.