File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ https://github.com/mattn/vim-lsp-settings
28
28
## Configuration
29
29
30
30
```
31
- call ddc#custom#patch_global('sources', ['ddc- vim-lsp'])
31
+ call ddc#custom#patch_global('sources', ['vim-lsp'])
32
32
call ddc#custom#patch_global('sourceOptions', {
33
- \ 'ddc- vim-lsp': {
33
+ \ 'vim-lsp': {
34
34
\ 'matchers': ['matcher_head'],
35
35
\ 'mark': 'lsp',
36
36
\ },
File renamed without changes.
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ EXAMPLES *ddc-vim-lsp-examples*
31
31
32
32
>
33
33
" Use ddc-vim-lsp source.
34
- call ddc#custom#patch_global('sources', ['ddc- vim-lsp'])
34
+ call ddc#custom#patch_global('sources', ['vim-lsp'])
35
35
call ddc#custom#patch_global('sourceOptions', {
36
- \ 'ddc- vim-lsp': {
36
+ \ 'vim-lsp': {
37
37
\ 'matchers': ['matcher_head'],
38
38
\ 'mark': 'lsp',
39
39
\ },
You can’t perform that action at this time.
0 commit comments