File listing UI for ddu.vim
Note: I have created Japanese article for ddu-ui-filer.
https://github.com/vim-denops/denops.vim
https://github.com/Shougo/ddu.vim
call ddu#custom#patch_global(#{
\ ui: 'filer',
\ actionOptions: #{
\ narrow: #{
\ quit: v:false,
\ },
\ },
\ })
Because of the use of the "gio" command, desktop-file-utils
should be
installed on macOS.
$ brew install desktop-file-utils