{"id":20877309,"url":"https://github.com/flatcap/vim-keyword","last_synced_at":"2025-10-05T16:03:36.662Z","repository":{"id":78715876,"uuid":"32769388","full_name":"flatcap/vim-keyword","owner":"flatcap","description":"⚙ Vim Plugin - Temporary keyword highlighting","archived":false,"fork":false,"pushed_at":"2022-06-12T19:25:16.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-19T09:32:02.354Z","etag":null,"topics":["highlight","keywords","plugin","script","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flatcap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2015-03-24T01:44:24.000Z","updated_at":"2023-02-27T23:01:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f25a4c7-877e-4a0b-a432-518b98c34bf3","html_url":"https://github.com/flatcap/vim-keyword","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fvim-keyword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fvim-keyword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fvim-keyword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fvim-keyword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flatcap","download_url":"https://codeload.github.com/flatcap/vim-keyword/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243251123,"owners_count":20261155,"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":["highlight","keywords","plugin","script","vim"],"created_at":"2024-11-18T06:56:37.021Z","updated_at":"2025-10-05T16:03:31.643Z","avatar_url":"https://github.com/flatcap.png","language":"Vim script","readme":"# keyword.vim\n\nTemporary keyword highlighting\n\nWith this plugin you can temporarily highlight any words you like.\nThe words are defined by the 'iskeyword' variable.\n\nThe highlights are buffer-local, i.e. different for each file.\n\nAfter highlighting, the search pattern is set to the work, so you can skip\nbetween matches with 'n' or 'N'.\n\n## Mapping\n\nTo enable the plugin, simply create a mapping in your '.vimrc'\ne.g.\n\n```viml\nmap \u003cF3\u003e \u003cplug\u003eKeywordToggle\n```\n\n## Configuration\n\nTwo global variables control the syntax highlight group and the colour.\n\n```viml\nlet g:keyword_group     = 'keyword_group'\nlet g:keyword_highlight = 'ctermbg=blue'\n```\n\n## List\n\nThe list of keywords is kept in the variable \"b:keyword_list\".\nYou can display the list by typing either:\n\n```viml\n:call keyword#KeywordList()\n\necho b:keyword_list\n```\n\n## Functions\n\nThe plugin exports five autoload functions (their names are self-explanatory).\nYou can call them directly from a script.  \n\n```viml\ncall keyword#KeywordClear()\ncall keyword#KeywordAdd ('my_keyword')\ncall keyword#KeywordRemove ('my_keyword')\ncall keyword#KeywordToggle ('my_keyword')\ncall keyword#KeywordList()\n```\n\n## License\n\nCopyright \u0026copy; Richard Russon (flatcap).\nDistributed under the GPLv3 \u003chttp://fsf.org/\u003e\n\n## See also\n\n- [flatcap.org](https://flatcap.org)\n- [GitHub](https://github.com/flatcap/vim-keyword)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatcap%2Fvim-keyword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflatcap%2Fvim-keyword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatcap%2Fvim-keyword/lists"}