{"id":20057613,"url":"https://github.com/todesking/ruby_hl_lvar.vim","last_synced_at":"2025-05-05T14:31:15.527Z","repository":{"id":16216032,"uuid":"18963145","full_name":"todesking/ruby_hl_lvar.vim","owner":"todesking","description":"Highlight Ruby local variables","archived":false,"fork":false,"pushed_at":"2020-02-21T10:27:17.000Z","size":1001,"stargazers_count":53,"open_issues_count":8,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T00:24:09.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/todesking.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}},"created_at":"2014-04-20T11:27:31.000Z","updated_at":"2023-05-07T12:10:19.000Z","dependencies_parsed_at":"2022-09-24T11:41:51.897Z","dependency_job_id":null,"html_url":"https://github.com/todesking/ruby_hl_lvar.vim","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/todesking%2Fruby_hl_lvar.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fruby_hl_lvar.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fruby_hl_lvar.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fruby_hl_lvar.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/ruby_hl_lvar.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252514916,"owners_count":21760465,"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":[],"created_at":"2024-11-13T12:59:39.859Z","updated_at":"2025-05-05T14:31:15.149Z","avatar_url":"https://github.com/todesking.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruby_hl_lvar.vim\n\nHighlight local variables in Ruby files.\n\n![demo](./doc/demo.gif)\n\n## Requirements\n\n- Vim Ruby interface(`has('ruby')`) enabled and Ruby's version = 2.0.0 (You can check by `:ruby puts RUBY_VERSION`)\n\nOther versions of Rubies, whitch version is \u003e= 1.9.0 may works, but I tested under only 2.0.0.\n\nBug reports are welcome.\n\n## Usage\n\nInstall and open any .rb file. Advanced usage is below.\n\n## Settings\n\n```vim\n\" Highligt group name for local variable\n\" Default: 'Identifier'\nlet g:ruby_hl_lvar_hl_group = 'RubyLocalVariable'\n\n\" Auto enable and refresh highlight when text is changed. Useful but bit slow.\n\" Default: 1\nlet g:ruby_hl_lvar_auto_enable = 0\n\n\" If you wish to control the plugin manually, map these functions.\nnmap \u003cleader\u003ehe \u003cPlug\u003e(ruby_hl_lvar-enable)\nnmap \u003cleader\u003ehd \u003cPlug\u003e(ruby_hl_lvar-disable)\nnmap \u003cleader\u003ehr \u003cPlug\u003e(ruby_hl_lvar-refresh)\n```\n\n## Known bugs\n\n- -Sometimes highlight contaminate other buffers- (hopefully fixed)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fruby_hl_lvar.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fruby_hl_lvar.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fruby_hl_lvar.vim/lists"}