{"id":13897362,"url":"https://github.com/weilbith/nvim-lsp-denite","last_synced_at":"2026-01-18T00:53:24.810Z","repository":{"id":55502290,"uuid":"262437010","full_name":"weilbith/nvim-lsp-denite","owner":"weilbith","description":"Aditional denite.nvim sources by the Language Server Protocol","archived":false,"fork":false,"pushed_at":"2020-12-26T09:34:27.000Z","size":28,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-07T18:43:30.320Z","etag":null,"topics":["denite-source","neovim","neovim-lsp","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/weilbith.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}},"created_at":"2020-05-08T21:58:58.000Z","updated_at":"2024-07-01T07:22:17.000Z","dependencies_parsed_at":"2022-08-15T01:50:58.889Z","dependency_job_id":null,"html_url":"https://github.com/weilbith/nvim-lsp-denite","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/weilbith%2Fnvim-lsp-denite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weilbith%2Fnvim-lsp-denite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weilbith%2Fnvim-lsp-denite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weilbith%2Fnvim-lsp-denite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weilbith","download_url":"https://codeload.github.com/weilbith/nvim-lsp-denite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226270656,"owners_count":17598075,"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":["denite-source","neovim","neovim-lsp","neovim-plugin"],"created_at":"2024-08-06T18:03:32.656Z","updated_at":"2026-01-18T00:53:19.782Z","avatar_url":"https://github.com/weilbith.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# NVim LSP Denite\n\nThis plugin provides additional sources for the\n[denite.nvim](https://github.com/Shougo/denite.nvim) plugin in relation to\nlanguage servers. Be aware that this only works with the native language server\nprotocol support by [NeoVim](https://neovim.io/).\n\n## Installation\n\nInstall the plugin with your favorite manager tool. Here is an example using\n[dein.vim](https://github.com/Shougo/dein.vim):\n\n```vim\ncall dein#add('weilbith/nvim-lsp-denite', {\n      \\ 'depends': 'denite.nvim'\n      \\ })\n```\n\nPlease make sure that you have also installed the following plugins:\n\n- [denite.nvim](https://github.com/Shougo/denite.nvim) [required]\n- [nvim-lsp](https://github.com/neovim/nvim-lsp) [optional]\n\n## Usage\n\nThe provided sources are directly available without any configuration. All\nsources have the prefix `lsp_*`. Be aware that buffers without an attached LSP\nclient will produce empty candidate lists only.\n\nAn good example is the attractive alternative to the native `outline` source of\n_denite.nvim_ that queries the symbols of the current buffer by the language\nserver:\n\n```vim\n:Denite lsp_symbols\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweilbith%2Fnvim-lsp-denite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweilbith%2Fnvim-lsp-denite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweilbith%2Fnvim-lsp-denite/lists"}