Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shun committed Sep 2, 2021
1 parent f9595ae commit 1334848
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ddc-vim-lsp

vim-lsp for ddc.vim.
- ddc.vim : v0.4.2
- ddc.vim : v0.5.0

<img src="https://user-images.githubusercontent.com/212602/131358924-a62bd611-81ea-413b-aba5-2439fc42ae66.png" width="600"><br>

Expand All @@ -25,6 +25,22 @@ https://github.com/prabirshrestha/vim-lsp

https://github.com/mattn/vim-lsp-settings

## Configuration

```
call ddc#custom#patch_global('sources', ['ddc-vim-lsp'])
call ddc#custom#patch_global('sourceOptions', {
\ 'ddc-vim-lsp': {
\ 'matchers': ['matcher_head'],
\ 'mark': 'lsp',
\ },
\ })
```

## Screenshots

<img src="https://user-images.githubusercontent.com/212602/131840821-e3a94117-2eb9-44b9-8da6-3b14ed15b893.png"><br>

## Author

KUDO Shunsuke (skudo_xx)
Expand Down

0 comments on commit 1334848

Please sign in to comment.