Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shougo/ddu-kind-file

File kind for ddu.vim
https://github.com/shougo/ddu-kind-file

ddu-kind ddu-vim

Last synced: about 2 months ago
JSON representation

File kind for ddu.vim

Awesome Lists containing this project

README

        

# ddu-kind-file

File kind for ddu.vim

This kind implements file operations.

## Required

### denops.vim

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

### ddu.vim

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

## Configuration

```vim
call ddu#custom#patch_global(#{
\ kindOptions: #{
\ file: #{
\ defaultAction: 'open',
\ },
\ }
\ })
```