Skip to content

matsui54/ddu-ui-filer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

File listing UI for ddu.vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.9%
  • Vim Script 17.1%