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 88e2243258 update ddc.vim version 3 years ago
autoload Use onCallback 3 years ago
denops/@ddc-sources update ddc.vim version 3 years ago
doc Add description of 'dup' 3 years ago
.gitignore add .gitignore 3 years ago
LICENSE Initial commit 3 years ago
README.md update ddc.vim version 3 years ago

README.md

ddc-vim-lsp

vim-lsp for ddc.vim.

  • ddc.vim : v1.0.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

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',
        \ },
        \ })

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)