Skip to content

Commit

Permalink
Merge pull request #7 from thinca/rename-source
Browse files Browse the repository at this point in the history
Rename "ddc-vim-lsp" source to "vim-lsp"
  • Loading branch information
shun committed Sep 24, 2021
2 parents 895212f + e468c81 commit c47c98e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ https://github.com/mattn/vim-lsp-settings
## Configuration

```
call ddc#custom#patch_global('sources', ['ddc-vim-lsp'])
call ddc#custom#patch_global('sources', ['vim-lsp'])
call ddc#custom#patch_global('sourceOptions', {
\ 'ddc-vim-lsp': {
\ 'vim-lsp': {
\ 'matchers': ['matcher_head'],
\ 'mark': 'lsp',
\ },
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions doc/ddc-vim-lsp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ EXAMPLES *ddc-vim-lsp-examples*

>
" Use ddc-vim-lsp source.
call ddc#custom#patch_global('sources', ['ddc-vim-lsp'])
call ddc#custom#patch_global('sources', ['vim-lsp'])
call ddc#custom#patch_global('sourceOptions', {
\ 'ddc-vim-lsp': {
\ 'vim-lsp': {
\ 'matchers': ['matcher_head'],
\ 'mark': 'lsp',
\ },
Expand Down

0 comments on commit c47c98e

Please sign in to comment.