Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shougo/ddu-ui-ff
Fuzzy finder UI for ddu.vim
https://github.com/shougo/ddu-ui-ff
ddu-ui ddu-vim
Last synced: 3 months ago
JSON representation
Fuzzy finder UI for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-ui-ff
- Owner: Shougo
- License: mit
- Created: 2022-01-19T23:38:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T23:36:51.000Z (9 months ago)
- Last Synced: 2024-05-02T00:31:25.798Z (9 months ago)
- Topics: ddu-ui, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 510 KB
- Stars: 55
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ddu-ui-ff
Fuzzy finder UI for ddu.vim
This UI is standard fuzzy finder.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddu.vim
https://github.com/Shougo/ddu.vim
## Configuration
```vim
call ddu#custom#patch_global(#{
\ ui: 'ff',
\ })
```