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.
KUDO Shunsuke
bd1e66fdd7
|
11 months ago | |
---|---|---|
autoload | 2 years ago | |
denops/@ddc-sources | 11 months ago | |
doc | 1 year ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago |
README.md
ddc-source-vim-lsp
vim-lsp for ddc.vim.
- ddc.vim : v3.2.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
e.g.
call ddc#custom#patch_global('sources', ['vim-lsp'])
call ddc#custom#patch_global('sourceOptions', #{
\ vim-lsp: #{
\ matchers: ['matcher_head'],
\ mark: 'lsp',
\ },
\ })
" if you want to use the unsupported CompleteProvider Server,
" set true by'ignoreCompleteProvider'.
call ddc#custom#patch_filetype(['css'], #{
\ sourceParams: #{
\ vim-lsp: #{
\ ignoreCompleteProvider: v:true,
\ },
\ },
\ })
ddc.vim remove duplicated keyword by default. If you want to list up both of
them, please add 'dup': v:true
.
Screenshots
Author
KUDO Shunsuke (skudo_xx)