{"id":25056582,"url":"https://github.com/agvxov/vim-hitags","last_synced_at":"2025-03-31T09:16:51.309Z","repository":{"id":197844241,"uuid":"699378083","full_name":"agvxov/Vim-HiTags","owner":"agvxov","description":"      Hitags is a Vim plugin which harnesses the power of ctags to provide dynamic symbol (e.g. variable, function) name highlighting.","archived":false,"fork":false,"pushed_at":"2025-01-28T22:48:48.000Z","size":253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T13:42:30.899Z","etag":null,"topics":["vim","vim-plugin","vim-syntax"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agvxov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-02T14:13:20.000Z","updated_at":"2025-01-28T22:48:51.000Z","dependencies_parsed_at":"2025-02-06T13:42:30.869Z","dependency_job_id":"c5e595e1-762f-4f7d-8d3d-4853182f95a8","html_url":"https://github.com/agvxov/Vim-HiTags","commit_stats":null,"previous_names":["agvxov/vim-hitags"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agvxov%2FVim-HiTags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agvxov%2FVim-HiTags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agvxov%2FVim-HiTags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agvxov%2FVim-HiTags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agvxov","download_url":"https://codeload.github.com/agvxov/Vim-HiTags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443533,"owners_count":20778252,"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":["vim","vim-plugin","vim-syntax"],"created_at":"2025-02-06T13:33:58.935Z","updated_at":"2025-03-31T09:16:51.276Z","avatar_url":"https://github.com/agvxov.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HiTags\n\u003e Hitags is a Vim plugin which harnesses the power of ctags\n\u003e to provide dynamic symbol (e.g. variable, function) name highlighting.\n\nNow, comes with experimental tool tips in insert mode.\n\n# Before/After\n![before\\_after](before_after.jpg)\n\n# Runtime dependencies\n + [mimetype](https://packages.gentoo.org/packages/dev-perl/File-MimeInfo) (sadly, `file -i` does not suffice)\n + python3 (system installation, not Vim compile flag)\n + ctags (tested with Universal ctags)\n + **_(Optional)_** gcc/clang/fcpp (to preprocess C/C++ files)\n\n# Installation\n1. Clone the source\n\n2. Run:\n```Bash\n $ make; make install\n```\nNote: if you don't have (GNU) Make installed for some reason,\nopening `Makefile` with vim and copy pasting the commands (whats indented)\nto your shell should also suffice\n\n3. Configure Vim to actually invoke the plugin.\n    Achieve this by appending / overriding the following definition in your .vimrc.\n```VimScript\nlet g:hitags_events = [\"BufWrite\"]  \" trigger a symbol update on writes\n```\n\n4. **_(Optional)_** Further configure HiTags by editing ~/.vim/plugin/hitags.vim.\nAll required details are commented right there in the script.\n\n5. Enjoy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagvxov%2Fvim-hitags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagvxov%2Fvim-hitags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagvxov%2Fvim-hitags/lists"}