We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4b11e commit 882f8f8Copy full SHA for 882f8f8
README.md
@@ -1,7 +1,7 @@
1
# ddc-vim-lsp
2
3
vim-lsp for ddc.vim.
4
-- ddc.vim : v2.0.0
+- ddc.vim : v2.3.0
5
6
## Required
7
denops/@ddc-sources/vim-lsp.ts
@@ -2,11 +2,11 @@ import {
BaseSource,
Item,
DdcGatherItems,
-} from "https://deno.land/x/ddc_vim@v2.0.0/types.ts#^";
+} from "https://deno.land/x/ddc_vim@v2.3.0/types.ts#^";
import {
8
GatherArguments,
9
-} from "https://deno.land/x/ddc_vim@v2.0.0/base/source.ts#^";
+} from "https://deno.land/x/ddc_vim@v2.3.0/base/source.ts#^";
10
11
// deno-lint-ignore ban-types
12
type Params = {
0 commit comments