-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
KUDO Shunsuke
committed
Nov 26, 2022
1 parent
c6fa942
commit fe4f10f
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ddc-vim-lsp | ||
# ddc-source-vim-lsp | ||
|
||
vim-lsp for ddc.vim. | ||
- ddc.vim : v3.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
*ddc-vim-lsp.txt* LSP completion by vim-lsp for ddc.vim | ||
*ddc-source-vim-lsp.txt* LSP completion by vim-lsp for ddc.vim | ||
|
||
Author: KUDO Shunsuke <[email protected]> | ||
License: MIT license | ||
|
||
CONTENTS *ddc-vim-lsp-contents* | ||
CONTENTS *ddc-source-vim-lsp-contents* | ||
|
||
Introduction |ddc-vim-lsp-introduction| | ||
Install |ddc-vim-lsp-install| | ||
Examples |ddc-vim-lsp-examples| | ||
Params |ddc-vim-lsp-params| | ||
Introduction |ddc-source-vim-lsp-introduction| | ||
Install |ddc-source-vim-lsp-install| | ||
Examples |ddc-source-vim-lsp-examples| | ||
Params |ddc-source-vim-lsp-params| | ||
|
||
|
||
============================================================================== | ||
INTRODUCTION *ddc-vim-lsp-introduction* | ||
INTRODUCTION *ddc-source-vim-lsp-introduction* | ||
|
||
This source collects candidates from Language Server by vim-lsp the cursor. | ||
|
||
============================================================================== | ||
INSTALL *ddc-vim-lsp-install* | ||
INSTALL *ddc-source-vim-lsp-install* | ||
|
||
Please install below plugins. | ||
|
||
|
@@ -27,10 +27,10 @@ https://github.com/Shougo/ddc-matcher_head | |
https://github.com/prabirshrestha/vim-lsp | ||
|
||
============================================================================== | ||
EXAMPLES *ddc-vim-lsp-examples* | ||
EXAMPLES *ddc-source-vim-lsp-examples* | ||
|
||
> | ||
" Use ddc-vim-lsp source. | ||
" Use ddc-source-vim-lsp source. | ||
call ddc#custom#patch_global('sources', ['vim-lsp']) | ||
call ddc#custom#patch_global('sourceOptions', { | ||
\ 'vim-lsp': { | ||
|