Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shougo/ddu-kind-word
Word kind for ddu.vim
https://github.com/shougo/ddu-kind-word
ddu-kind ddu-vim
Last synced: 3 months ago
JSON representation
Word kind for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-kind-word
- Owner: Shougo
- License: mit
- Created: 2022-02-01T04:49:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T01:51:12.000Z (5 months ago)
- Last Synced: 2024-08-16T15:49:34.803Z (5 months ago)
- Topics: ddu-kind, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-kind-word
Word kind for ddu.vim
This kind implements word 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: #{
\ word: #{
\ 'defaultAction': 'append',
\ },
\ }
\ })
```