https://github.com/shougo/ddc-ui-inline
Inline UI for ddc.vim
https://github.com/shougo/ddc-ui-inline
ddc-ui ddc-vim
Last synced: 7 months ago
JSON representation
Inline UI for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-ui-inline
- Owner: Shougo
- License: mit
- Created: 2022-10-23T02:04:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T03:52:22.000Z (over 1 year ago)
- Last Synced: 2025-02-24T04:29:45.154Z (over 1 year ago)
- Topics: ddc-ui, ddc-vim
- Language: Vim Script
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-ui-inline
inline UI for ddc.vim
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddc.vim
https://github.com/Shougo/ddc.vim
## Configuration
```vim
call ddc#custom#patch_global('ui', 'inline')
inoremap ddc#map#insert_item(0, "\")
" Cancel
inoremap call ddc#hide('Manual')
```