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