{"id":13898781,"url":"https://github.com/alvan/vim-indexer","last_synced_at":"2026-01-22T18:55:14.074Z","repository":{"id":77568237,"uuid":"96415436","full_name":"alvan/vim-indexer","owner":"alvan","description":"Vim async tags generation with project management.","archived":false,"fork":false,"pushed_at":"2022-09-18T16:45:59.000Z","size":42,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-25T05:30:33.660Z","etag":null,"topics":["async","ctags","indexer","tags","vim"],"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/alvan.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}},"created_at":"2017-07-06T09:53:10.000Z","updated_at":"2024-07-01T06:44:04.000Z","dependencies_parsed_at":"2023-03-12T01:00:50.837Z","dependency_job_id":null,"html_url":"https://github.com/alvan/vim-indexer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alvan/vim-indexer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvan%2Fvim-indexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvan%2Fvim-indexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvan%2Fvim-indexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvan%2Fvim-indexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvan","download_url":"https://codeload.github.com/alvan/vim-indexer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvan%2Fvim-indexer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265629849,"owners_count":23801477,"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":["async","ctags","indexer","tags","vim"],"created_at":"2024-08-06T18:04:27.282Z","updated_at":"2026-01-22T18:55:14.041Z","avatar_url":"https://github.com/alvan.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Indexer\n\nVim Indexer plugin that provides async tags generation with project management.\n\nUsage: `:Indexer [module] [action] [params ...]`\n\n## Options\n\n    \" Project root folders, used to identify ancestor path of project root directory.\n    let g:indexer_root_folders = [$HOME]\n\n    \" Project root markers, used to identify project root directory.\n    let g:indexer_root_markers = ['.git']\n\n    \" JSON formatted configuration file which located in the project root directory,\n    \" makes you could specify different options for each project.\n    let g:indexer_root_setting = 'indexer.json'\n\n    \" Enabled user modules.\n    let g:indexer_user_modules = ['log', 'tag']\n\n## Modules\n\n### log\nModule that provides logging, usually used for debugging modules themselves.\n\nUsage: `:Indexer log`\n\n#### Options\n\n    \" Module: log\n    \"\n    let g:indexer_logs_maxsize = 100\n\n\n### tag\nModule that provides painless transparent tags generation (Vim8 with +job feature required).\n\nUsage: `:Indexer tag [locate|reload|status|update]`\n\nPress \u003ckbd\u003eCTRL-]\u003c/kbd\u003e to jump anywhere.\n\nNotes:\n* When using the `ctags` command to generate tags, you need to ensure that the corresponding command line tools are installed on the system.\n* When opening a project for the first time, indexing can take a long time, depending on the size of the project.\nYou can view the progress by using the command `:Indexer tag status`\n\n#### Options\n\n    \" Module: tag\n    \"\n    \" This module can also read the configuration of the current project.\n    \" For example you can have a JSON formatted file in the project directory:\n    \"\n    \" \u003e indexer.json:\n    \" {\n    \"    \"tags_watches\": [\"*.php\"],\n    \"    \"tags_command\": \"ctags\",\n    \"    \"tags_options\": \"-R --sort=yes --languages=php\",\n    \"    \"tags_savedir\": \"~/.vim_indexer_tags/\",\n    \"    \"tags_handler_locate\": [\"locate\"],\n    \"    \"tags_handler_reload\": [\"reload\", \"-1\"],\n    \"    \"tags_handler_update\": [\"update\"],\n    \" }\n    \"\n    \" And/Or settings in global:\n    \"\n    let g:indexer_tags_watches = [\"*.c\", \"*.h\", \"*.c++\", \"*.cpp\", \"*.php\", \"*.py\"]\n    let g:indexer_tags_command = \"ctags\"\n    let g:indexer_tags_options = \"-R --sort=yes --c++-kinds=+p+l --fields=+iaS --extra=+q --languages=c,c++,php,python\"\n    let g:indexer_tags_savedir = \"~/.vim_indexer_tags/\"\n    let g:indexer_tags_handler_locate = [\"locate\"]\n    let g:indexer_tags_handler_reload = [\"reload\", \"-1\"]\n    let g:indexer_tags_handler_update = [\"update\"]\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvan%2Fvim-indexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvan%2Fvim-indexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvan%2Fvim-indexer/lists"}