Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shougo/ddu-kind-file
- Owner: Shougo
- License: mit
- Created: 2022-01-19T23:37:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T05:19:59.000Z (8 months ago)
- Last Synced: 2024-05-02T00:31:18.503Z (8 months ago)
- Topics: ddu-kind, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 102 KB
- Stars: 26
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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',
\ },
\ }
\ })
```