https://github.com/shougo/ddu-ui-filer
File listing UI for ddu.vim
https://github.com/shougo/ddu-ui-filer
ddu-ui ddu-vim vim-denops
Last synced: 8 months ago
JSON representation
File listing UI for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-ui-filer
- Owner: Shougo
- License: mit
- Created: 2022-01-30T03:40:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T09:20:28.000Z (12 months ago)
- Last Synced: 2025-06-22T10:26:31.010Z (12 months ago)
- Topics: ddu-ui, ddu-vim, vim-denops
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 55
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ddu-ui-filer
File listing UI for ddu.vim
Note: I have created
[Japanese article](https://zenn.dev/shougo/articles/ddu-ui-filer) for
ddu-ui-filer.
## 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: 'filer',
\ actionOptions: #{
\ narrow: #{
\ quit: v:false,
\ },
\ },
\ })
```
### For macOS
Because of the use of the "gio" command, `desktop-file-utils` should be
installed on macOS.
```bash
$ brew install desktop-file-utils
```