Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shougo/ddu-commands.vim
Commands for ddu.vim
https://github.com/shougo/ddu-commands.vim
ddu-vim
Last synced: 4 days ago
JSON representation
Commands for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-commands.vim
- Owner: Shougo
- License: mit
- Created: 2022-01-10T03:23:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T00:45:59.000Z (9 months ago)
- Last Synced: 2024-05-02T00:31:11.685Z (9 months ago)
- Topics: ddu-vim
- Language: Vim Script
- Homepage:
- Size: 38.1 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-commands.vim
Commands for ddu.vim
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddu.vim
https://github.com/Shougo/ddu.vim
## Configuration
```vim
" Use file_rec source.
Ddu file_rec" Change input option
Ddu file -input=foo" Use ui param
Ddu file -ui-param-ff-startFilter=v:true
```