{"id":18013424,"url":"https://github.com/milly/ddu-source-vimlsp","last_synced_at":"2025-09-05T18:52:06.901Z","repository":{"id":152606876,"uuid":"623552936","full_name":"Milly/ddu-source-vimlsp","owner":"Milly","description":"vim-lsp source for ddu.vim","archived":false,"fork":false,"pushed_at":"2023-04-07T19:35:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T14:44:19.447Z","etag":null,"topics":["ddu-source","ddu-vim","vim-lsp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Milly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-04T15:45:11.000Z","updated_at":"2023-04-06T08:05:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"30766a78-1de3-4281-9254-9f0a337d6e36","html_url":"https://github.com/Milly/ddu-source-vimlsp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-source-vimlsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-source-vimlsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-source-vimlsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-source-vimlsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Milly","download_url":"https://codeload.github.com/Milly/ddu-source-vimlsp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247191544,"owners_count":20898952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddu-source","ddu-vim","vim-lsp"],"created_at":"2024-10-30T03:21:30.716Z","updated_at":"2025-04-04T14:24:02.147Z","avatar_url":"https://github.com/Milly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddu-source-vimlsp\n\n[vim-lsp][https://github.com/prabirshrestha/vim-lsp] source for ddu.vim\n\nThis source collects the location list of vim-lsp.\n\n## Required\n\n### vim-lsp\n\nhttps://github.com/prabirshrestha/vim-lsp\n\n### denops.vim\n\nhttps://github.com/vim-denops/denops.vim\n\n### ddu.vim\n\nhttps://github.com/Shougo/ddu.vim\n\n### ddu-kind-file\n\nhttps://github.com/Shougo/ddu-kind-file\n\n## Configuration example\n\n```vim\nnmap \u003cPlug\u003e(ddu-vimlsp-implementation) \u003cCmd\u003ecall DduLspCursor('implementation')\u003cCR\u003e\nnmap \u003cPlug\u003e(ddu-vimlsp-references)     \u003cCmd\u003ecall DduLspCursor('references')\u003cCR\u003e\n\nfunction! DduLspCursor(method) abort\n  call ddu#start(#{ sources: [#{\n  \\  name: 'vimlsp',\n  \\  params: #{\n  \\    method: a:method,\n  \\    textDocument: lsp#get_text_document_identifier(),\n  \\    position: lsp#get_position(),\n  \\  },\n  \\}] })\nendfunction\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddu-source-vimlsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilly%2Fddu-source-vimlsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddu-source-vimlsp/lists"}