Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T23:39:18.000Z (9 months ago)
- Last Synced: 2024-05-02T00:31:25.801Z (8 months ago)
- Topics: ddu-ui, ddu-vim, vim-denops
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 53
- Watchers: 3
- Forks: 7
- 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
```