You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# ddc-vim-lsp
|
|
|
|
|
|
|
|
vim-lsp for ddc.vim.
|
|
|
|
- ddc.vim : v0.16.0
|
|
|
|
|
|
|
|
## Required
|
|
|
|
|
|
|
|
### denops.vim
|
|
|
|
|
|
|
|
https://github.com/vim-denops/denops.vim
|
|
|
|
|
|
|
|
### ddc.vim
|
|
|
|
|
|
|
|
https://github.com/Shougo/ddc.vim
|
|
|
|
|
|
|
|
### vim-lsp
|
|
|
|
|
|
|
|
https://github.com/prabirshrestha/vim-lsp
|
|
|
|
|
|
|
|
## Recommended
|
|
|
|
|
|
|
|
### vim-lsp-settings
|
|
|
|
|
|
|
|
https://github.com/mattn/vim-lsp-settings
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
```
|
|
|
|
call ddc#custom#patch_global('sources', ['vim-lsp'])
|
|
|
|
call ddc#custom#patch_global('sourceOptions', {
|
|
|
|
\ 'vim-lsp': {
|
|
|
|
\ 'matchers': ['matcher_head'],
|
|
|
|
\ 'mark': 'lsp',
|
|
|
|
\ },
|
|
|
|
\ })
|
|
|
|
```
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
<img src="https://user-images.githubusercontent.com/212602/131840821-e3a94117-2eb9-44b9-8da6-3b14ed15b893.png"><br>
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
KUDO Shunsuke (skudo_xx)
|
|
|
|
|