{"id":13412106,"url":"https://github.com/xiyaowong/nvim-cursorword","last_synced_at":"2025-03-16T21:30:28.160Z","repository":{"id":40333207,"uuid":"380914504","full_name":"xiyaowong/nvim-cursorword","owner":"xiyaowong","description":"highlight the word under the cursor.","archived":false,"fork":false,"pushed_at":"2022-06-22T13:43:56.000Z","size":13,"stargazers_count":138,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T22:35:52.338Z","etag":null,"topics":["cursorword","neovim-plugin","vim-cursorword"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/xiyaowong.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}},"created_at":"2021-06-28T05:22:31.000Z","updated_at":"2025-03-10T13:21:30.000Z","dependencies_parsed_at":"2022-07-09T13:00:26.356Z","dependency_job_id":null,"html_url":"https://github.com/xiyaowong/nvim-cursorword","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/xiyaowong%2Fnvim-cursorword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyaowong%2Fnvim-cursorword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyaowong%2Fnvim-cursorword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyaowong%2Fnvim-cursorword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiyaowong","download_url":"https://codeload.github.com/xiyaowong/nvim-cursorword/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830915,"owners_count":20354850,"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":["cursorword","neovim-plugin","vim-cursorword"],"created_at":"2024-07-30T20:01:21.052Z","updated_at":"2025-03-16T21:30:27.901Z","avatar_url":"https://github.com/xiyaowong.png","language":"Lua","funding_links":[],"categories":["Bars and Lines","Lua"],"sub_categories":["Cursorline"],"readme":"# nvim-cursorword\n\nPart of [nvim-cursorline](https://github.com/yamatsum/nvim-cursorline).\n\n![screenshot](https://user-images.githubusercontent.com/47070852/124384896-02b6aa80-dd06-11eb-8a44-dfd142acdada.gif)\n\n## feature\n\nOnly highlight the word under the cursor.\n\n## Options\n\n\n\n```vim\n\" disable highlighting for some filetypes\nlet g:cursorword_disable_filetypes = []\n\n\" disable highlighting at startup.\n\" run :CursorWordEnable or :CursorWordToggle to activate highlighting\nlet g:cursorword_disable_at_startup = v:true\n\n\" min width of word\nlet g:cursorword_min_width = 3\n\n\" max width of word\nlet g:cursorword_max_width = 50\n```\n\n## Commands\n\n\n```vimscript\n:CursorWordDisable\n:CursorWordEnable\n:CursorWordToggle\n```\n\n\n## highlight\n\nby default\n\n```viml\nhi default CursorWord cterm=underline gui=underline\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiyaowong%2Fnvim-cursorword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiyaowong%2Fnvim-cursorword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiyaowong%2Fnvim-cursorword/lists"}