{"id":28387813,"url":"https://github.com/muellan/vim-clap-more","last_synced_at":"2026-07-14T19:31:19.475Z","repository":{"id":295674108,"uuid":"990865852","full_name":"muellan/vim-clap-more","owner":"muellan","description":"additional providers for fuzzy finder/selector vim-clap","archived":false,"fork":false,"pushed_at":"2026-06-24T15:26:46.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T17:14:40.230Z","etag":null,"topics":["vim","vim-clap","vim-lsp","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/muellan.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-26T19:01:33.000Z","updated_at":"2026-06-24T15:26:52.000Z","dependencies_parsed_at":"2025-05-26T20:21:13.685Z","dependency_job_id":"b8a7774b-e997-4c02-9e88-b407a1ead46b","html_url":"https://github.com/muellan/vim-clap-more","commit_stats":null,"previous_names":["muellan/vim-clap-more"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muellan/vim-clap-more","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fvim-clap-more","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fvim-clap-more/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fvim-clap-more/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fvim-clap-more/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muellan","download_url":"https://codeload.github.com/muellan/vim-clap-more/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fvim-clap-more/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35476728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["vim","vim-clap","vim-lsp","vim-plugin"],"created_at":"2025-05-30T19:14:03.986Z","updated_at":"2026-07-14T19:31:19.469Z","avatar_url":"https://github.com/muellan.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-clap-more\n\n\nA collection of additional providers for the excellent fuzzy finder/selector\nVIM plugin [vim-clap](https://github.com/liuchengxu/vim-clap).\n\nThe Implementations could probably be improved, especially handling of corner cases, invalid values, etc.\n\nThe LSP providers use the Vim9script based [LSP client plugin](https://github.com/yegappan/lsp)\nfrom [@yegappan](https://github.com/yegappan) and also reuse some code from it.\nI've only tested them with a couple of language servers so far, mainly with clangd but also with\npylsp, bash-ls, vimls, marksman, vscode-json-server, vscode-html-server, vscode-css-server.\n\n\n\n\n## Providers\n\n| Command           | Lists                                   | Action                                   | Dependencies                                                       |\n| ----------------- | --------------------------------------- | ---------------------------------------- | ------------------------------------------------------------------ |\n| `tasks`           | tasks definitions                       | execute task                             | [asynctasks.vim](https://github.com/skywind3000/asynctasks.vim)    |\n| `lsp_symbols`     | LSP workspace symbol live query         | go to symbol definition                  | [yegappan/lsp](https://github.com/yegappan/lsp)                    |\n| `lsp_doc_symbols` | LSP document symbols                    | go to symbol definition                  | [yegappan/lsp](https://github.com/yegappan/lsp)                    |\n| `unicode`         | unicode code points                     | insert selected unicode character        | [unicode-data](https://repology.org/project/unicode-data/versions) |\n| `thesaurus`       | thesaurus entries for word under cursor | replace word under cursor with selection | [aiksaurus](https://repology.org/project/aiksaurus/versions)       |\n\nInstead of `lsp_doc_symbols` you can also use [vista.vim](https://github.com/liuchengxu/vista.vim)\nwhich automatically enables the `Clap tags` provider to search LSP document symbols.\n\n\n| Command      | Lists                                                                                          | Action                                                                       |\n| ------------ | -------------------------------------------------------------------------------------------    | --------------------------------------------------------------               |\n| `args`       | arg Files from [`:args`](https://vimhelp.org/editing.txt.html#%3Aargs)                         | open file                                                                    |\n| `changes`    | change locations from [`:changes`](https://vimhelp.org/motion.txt.html#%3Achanges)             | go to change location                                                        |\n| `chistory`   | quickfix history from [`:chistory`](https://vimhelp.org/quickfix.txt.html#%3Achistory)         | load corresponding quickfist list                                            |\n| `lhistory`   | location list history from [`:lhistory`](https://vimhelp.org/quickfix.txt.html#%3Alhistory)    | load corresponding location list                                             |\n| `envar`      | environment variables and their values                                                         | insert `${VARNAME}` into current buffer                                      |\n| `highlights` | syntax highlight groups and their values                                                       | go to where active values were defined                                       |\n| `messages`   | recent messages from [`:messages`](https://vimhelp.org/message.txt.html#%3Amessages)           | insert message into current buffer                                           |\n| `options`    | all VIM options and their values                                                               | toggle or prompt for new value                                               |\n| `packages`   | optional VIM packages                                                                          | [`packadd`](https://vimhelp.org/repeat.txt.html#%3Apackadd) selected package |\n| `spellfix`   | spell suggestions for word under cursor (like [`z=`](https://vimhelp.org/spell.txt.html#z%3D)) | apply spell fix to word under cursor                                         |\n| `spellbad`   | misspelled words                                                                               | go to location of misspelled word                                            |\n| `tabs`       | UI tabs                                                                                        | go to tab                                                                    |\n| `undo`       | undo points from [`:undolist`](https://vimhelp.org/undo.txt.html#%3Aundolist)                  | go back to undo point                                                        |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuellan%2Fvim-clap-more","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuellan%2Fvim-clap-more","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuellan%2Fvim-clap-more/lists"}