{"id":13413009,"url":"https://github.com/yaocccc/nvim-hlchunk","last_synced_at":"2025-03-14T19:30:49.939Z","repository":{"id":53848840,"uuid":"406600819","full_name":"yaocccc/nvim-hlchunk","owner":"yaocccc","description":"hignlight chunk numbercolumn plug of nvim","archived":false,"fork":false,"pushed_at":"2023-03-09T16:12:01.000Z","size":760,"stargazers_count":48,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-31T20:51:48.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/yaocccc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-09-15T03:28:38.000Z","updated_at":"2024-06-28T20:24:08.000Z","dependencies_parsed_at":"2024-01-07T11:54:33.936Z","dependency_job_id":null,"html_url":"https://github.com/yaocccc/nvim-hlchunk","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/yaocccc%2Fnvim-hlchunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaocccc%2Fnvim-hlchunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaocccc%2Fnvim-hlchunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaocccc%2Fnvim-hlchunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaocccc","download_url":"https://codeload.github.com/yaocccc/nvim-hlchunk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635200,"owners_count":20322896,"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-07-30T20:01:32.280Z","updated_at":"2025-03-14T19:30:49.631Z","avatar_url":"https://github.com/yaocccc.png","language":"Vim Script","funding_links":["https://www.buymeacoffee.com/yaocccc"],"categories":["Formatting","Vim Script"],"sub_categories":["Indent"],"readme":"# VIM HL CHUNK\n\nhignlight chunk signcolumn plug of nvim\n\nvim version: [vim-hlchunk](https://github.com/yaocccc/vim-hlchunk)\n\n![sc](./screenshots/01.gif)\n\n## OPTIONS\n\n```options\n  ENGLISH\n    \" what files are supported, default '*.ts,*.js,*.json,*.go,*.c,*.cpp,*.rs,*.h,*.hpp,*.lua'\n      let g:hlchunk_files = '*.ts,*.js,*.json,*.go,*.c,*.cpp,*.rs,*.h,*.hpp,*.lua'\n    \" hlchunk indentline highlight\n      au VimEnter * hi HLIndentLine ctermfg=244\n    \" delay default 50\n      let g:hlchunk_time_delay = 50\n    \" indentline chars(Anti-Clockwise) default ['─', '─', '╭', '│', '╰', '─', '\u003e']\n      let g:hlchunk_chars=['─', '─', '╭', '│', '╰', '─', '\u003e']\n    \" hlchunk_line_limit default 5000\n      let g:hlchunk_line_limit = 5000\n    \" hlchunk_col_limit default 500\n      let g:hlchunk_col_limit = 500\n    \" hi style default 'ctermfg=244'\n      let g:hlchunk_hi_style = 'ctermfg=244'\n\n  中文\n    \" 支持哪些文件 默认为 '*.ts,*.js,*.json,*.go,*.c,*.cpp,*.rs,*.h,*.hpp,*.lua'\n      let g:hlchunk_files = '*.ts,*.js,*.json,*.go,*.c,*.cpp,*.rs,*.h,*.hpp,*.lua'\n    \" 缩进线的高亮\n      au VimEnter * hi HLIndentLine ctermfg=244\n    \" 延时 默认为50\n      let g:hlchunk_time_delay = 50\n    \" 高亮线符号(逆时针) 默认为 ['─', '─', '╭', '│', '╰', '─', '\u003e']\n      let g:hlchunk_chars=['─', '─', '╭', '│', '╰', '─', '\u003e']\n    \" 最大支持行数 默认3000(超过5000行的文件不使用hlchunk)\n      let g:hlchunk_line_limit = 5000\n    \" 最大支持列数 默认100(超过500列的文件不使用hlchunk)\n      let g:hlchunk_col_limit = 500\n    \" 高亮线的hi样式 默认为 'ctermfg=244'\n      let g:hlchunk_hi_style = 'ctermfg=244'\n```\n\n## Support\n\n\u003ca href=\"https://www.buymeacoffee.com/yaocccc\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://github.com/yaocccc/yaocccc/raw/master/qr.png\"\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/yaocccc\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-violet.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 200px !important;\" \u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaocccc%2Fnvim-hlchunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaocccc%2Fnvim-hlchunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaocccc%2Fnvim-hlchunk/lists"}