diff --git a/README.md b/README.md
index 1276bd3..3046383 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# ddc-vim-lsp
vim-lsp for ddc.vim.
-- ddc.vim : v0.4.2
+- ddc.vim : v0.5.0
![](https://user-images.githubusercontent.com/212602/131358924-a62bd611-81ea-413b-aba5-2439fc42ae66.png)
@@ -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
+
+![](https://user-images.githubusercontent.com/212602/131840821-e3a94117-2eb9-44b9-8da6-3b14ed15b893.png)
+
## Author
KUDO Shunsuke (skudo_xx)