File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 11# 🍂 fall-extra
22
33[ ![ JSR] ( https://jsr.io/badges/@vim-fall/extra )] ( https://jsr.io/@vim-fall/extra )
4+ [ ![ Deno] ( https://img.shields.io/badge/Deno%202.x-333?logo=deno&logoColor=fff )] ( # )
45[ ![ 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 )
56[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
67
78Extra library for using [ Fall] ( https://github.com/vim-fall/fall ) , a Vim/Neovim
89Fuzzy Finder plugin powered by
910[ Denops] ( https://github.com/vim-denops/denops.vim ) .
1011
12+ ## Usage
13+
14+ Extensions are available in the root directory. You can access them like this:
15+
16+ ``` typescript
17+ import * as extra from " jsr:@vim-fall/extra" ;
18+
19+ // Display all sources
20+ console .log (extra .source );
21+
22+ // Display all renderers
23+ console .log (extra .renderer );
24+
25+ // Display all actions
26+ console .log (extra .action );
27+ ```
28+
29+ For builtin extensions or utility functions, check out
30+ [ vim-fall/fall-std] ( https://github.com/vim-fall/fall-std )
31+ ([ ` @vim-fall/std ` ] ( https://jsr.io/@vim-fall/std ) ).
32+
1133## License
1234
1335The code in this repository follows the MIT license, as detailed in
You can’t perform that action at this time.
0 commit comments