{"id":16733953,"url":"https://github.com/goolord/nvim-clap-lsp","last_synced_at":"2025-04-10T11:43:12.044Z","repository":{"id":105860038,"uuid":"346535604","full_name":"goolord/nvim-clap-lsp","owner":"goolord","description":"nvim-lsp handlers using vim-clap as the ui","archived":false,"fork":false,"pushed_at":"2021-09-28T17:39:11.000Z","size":357,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T10:38:50.636Z","etag":null,"topics":["lua","neovim","nvim-lspconfig","vim-clap"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/goolord.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":"2021-03-11T00:55:01.000Z","updated_at":"2023-08-10T19:14:13.000Z","dependencies_parsed_at":"2023-07-25T07:15:55.649Z","dependency_job_id":null,"html_url":"https://github.com/goolord/nvim-clap-lsp","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/goolord%2Fnvim-clap-lsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goolord%2Fnvim-clap-lsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goolord%2Fnvim-clap-lsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goolord%2Fnvim-clap-lsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goolord","download_url":"https://codeload.github.com/goolord/nvim-clap-lsp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248212050,"owners_count":21065884,"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":["lua","neovim","nvim-lspconfig","vim-clap"],"created_at":"2024-10-12T23:51:54.909Z","updated_at":"2025-04-10T11:43:12.036Z","avatar_url":"https://github.com/goolord.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-clap-lsp\n\nnvim lsp handlers a la [nvim-lsputils](https://github.com/RishabhRD/nvim-lsputils), but using [vim-clap](https://github.com/liuchengxu/vim-clap) as the UI\n\n## example\n\n```lua\nvim.lsp.handlers['textDocument/codeAction']     = require'clap-lsp.codeAction'.code_action_handler\nvim.lsp.handlers['textDocument/definition']     = require'clap-lsp.locations'.definition_handler\nvim.lsp.handlers['textDocument/documentSymbol'] = require'clap-lsp.symbols'.document_handler\nvim.lsp.handlers['textDocument/references']     = require'clap-lsp.locations'.references_handler\nvim.lsp.handlers['workspace/symbol']            = require'clap-lsp.symbols'.workspace_handler\n```\n\nif you don't want to input a query for the workspace_symbol handler, you may create a binding for the command:\n```viml\n:lua vim.lsp.buf.workspace_symbol(\"\")\u003cCR\u003e\n```\n\n## screenshots\n![image](https://user-images.githubusercontent.com/24906808/134748297-4b193cc4-e0ea-4e29-972e-344ff67598b7.png \"screenshot of the symbol handler\")\n![image](https://user-images.githubusercontent.com/24906808/134748377-03a02aa8-e4ca-466a-b192-e75a2d5f5f19.png)\n![image](https://user-images.githubusercontent.com/24906808/134756018-9db593d3-dcbf-4401-b7f2-95328c2ca1c0.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoolord%2Fnvim-clap-lsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoolord%2Fnvim-clap-lsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoolord%2Fnvim-clap-lsp/lists"}