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.
10 lines
254 B
10 lines
254 B
if exists('g:loaded_ddc_vim_lsp')
|
|
finish
|
|
endif
|
|
|
|
let g:loaded_ddc_vim_lsp = 1
|
|
|
|
silent! call ddc#register_source({
|
|
\ 'name': 'ddc-vim-lsp',
|
|
\ 'path': printf('%s/denops/ddc/sources/ddc-vim-lsp.ts', fnamemodify(expand('<sfile>'), ':h:h:h')),
|
|
\ })
|
|
|