GitHunt
MA

matsui54/ddu-ui-filer

File listing UI for ddu.vim

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

Languages

TypeScript82.9%Vim Script17.1%

Contributors

MIT License
Created March 6, 2023
Updated January 8, 2023
matsui54/ddu-ui-filer | GitHunt