Shougo/ddu-ui-filer

File listing UI for ddu.vim

59

stars

453

commits

TypeScript

primary language

Aug 30, 2026

updated

ddu-ui
ddu-vim
vim-denops

README

ddu-ui-filer

File listing UI for ddu.vim

Note: I have created Japanese article for ddu-ui-filer.

Required

denops.vim

https://github.com/vim-denops/denops.vim

ddu.vim

https://github.com/Shougo/ddu.vim

Configuration

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.

$ brew install desktop-file-utils

Contributors

Shougo

438 commits

ryota2357

4 commits

hori-ryota

3 commits

kuuote

2 commits

Shougo/ddu-ui-filer

File listing UI for ddu.vim

59

stars

453

commits

TypeScript

primary language

Aug 30, 2026

updated

ddu-ui
ddu-vim
vim-denops

README

ddu-ui-filer

File listing UI for ddu.vim

Note: I have created Japanese article for ddu-ui-filer.

Required

denops.vim

https://github.com/vim-denops/denops.vim

ddu.vim

https://github.com/Shougo/ddu.vim

Configuration

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.

$ brew install desktop-file-utils

Contributors

Shougo

438 commits

ryota2357

4 commits

hori-ryota

3 commits

kuuote

2 commits

Languages

TypeScript

81.5%

Vim Script

18.5%