Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```