Browse Source
Merge pull request #11 from kat0h/main
Fix: README.md
pull/12/head
Shunsuke Kudo
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
0 deletions
-
README.md
-
doc/ddc-vim-lsp.txt
|
|
@ -35,6 +35,9 @@ https://github.com/mattn/vim-lsp-settings |
|
|
|
\ }) |
|
|
|
``` |
|
|
|
|
|
|
|
ddc.vim remove duplicated keyword by default. |
|
|
|
If you want to list up both of them, please add `'dup': v:true` . |
|
|
|
|
|
|
|
## Screenshots |
|
|
|
|
|
|
|
<img src="https://user-images.githubusercontent.com/212602/131840821-e3a94117-2eb9-44b9-8da6-3b14ed15b893.png"><br> |
|
|
|
|
|
@ -40,5 +40,8 @@ EXAMPLES *ddc-vim-lsp-examples* |
|
|
|
\ }) |
|
|
|
< |
|
|
|
|
|
|
|
ddc.vim remove duplicated keyword by default. |
|
|
|
If you want to list up both of them, please add `'dup': v:true` . |
|
|
|
|
|
|
|
============================================================================== |
|
|
|
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet: |
|
|
|