1
- *ddc-vim-lsp.txt* LSP completion by vim-lsp for ddc.vim
1
+ *ddc-source- vim-lsp.txt* LSP completion by vim-lsp for ddc.vim
2
2
3
3
Author: KUDO Shunsuke <kudo.shunsuke.xx@gmail.com>
4
4
License: MIT license
5
5
6
- CONTENTS *ddc-vim-lsp-contents*
6
+ CONTENTS *ddc-source- vim-lsp-contents*
7
7
8
- Introduction | ddc-vim-lsp-introduction |
9
- Install | ddc-vim-lsp-install |
10
- Examples | ddc-vim-lsp-examples |
11
- Params | ddc-vim-lsp-params |
8
+ Introduction | ddc-source- vim-lsp-introduction |
9
+ Install | ddc-source- vim-lsp-install |
10
+ Examples | ddc-source- vim-lsp-examples |
11
+ Params | ddc-source- vim-lsp-params |
12
12
13
13
14
14
==============================================================================
15
- INTRODUCTION *ddc-vim-lsp-introduction*
15
+ INTRODUCTION *ddc-source- vim-lsp-introduction*
16
16
17
17
This source collects candidates from Language Server by vim-lsp the cursor.
18
18
19
19
==============================================================================
20
- INSTALL *ddc-vim-lsp-install*
20
+ INSTALL *ddc-source- vim-lsp-install*
21
21
22
22
Please install below plugins.
23
23
@@ -27,10 +27,10 @@ https://github.com/Shougo/ddc-matcher_head
27
27
https://github.com/prabirshrestha/vim-lsp
28
28
29
29
==============================================================================
30
- EXAMPLES *ddc-vim-lsp-examples*
30
+ EXAMPLES *ddc-source- vim-lsp-examples*
31
31
32
32
>
33
- " Use ddc-vim-lsp source.
33
+ " Use ddc-source- vim-lsp source.
34
34
call ddc#custom#patch_global('sources', ['vim-lsp'])
35
35
call ddc#custom#patch_global('sourceOptions', {
36
36
\ 'vim-lsp': {
0 commit comments