{"id":13412417,"url":"https://github.com/yaocccc/nvim-foldsign","last_synced_at":"2025-03-14T18:31:23.011Z","repository":{"id":127037782,"uuid":"604076457","full_name":"yaocccc/nvim-foldsign","owner":"yaocccc","description":"Display folding info on sign column","archived":false,"fork":false,"pushed_at":"2023-02-22T08:46:15.000Z","size":67,"stargazers_count":33,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-31T20:50:52.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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":"2023-02-20T09:33:16.000Z","updated_at":"2024-05-11T00:57:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"7dd3a52f-d1c3-485c-8f3e-9ff961383511","html_url":"https://github.com/yaocccc/nvim-foldsign","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-foldsign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaocccc%2Fnvim-foldsign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaocccc%2Fnvim-foldsign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaocccc%2Fnvim-foldsign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaocccc","download_url":"https://codeload.github.com/yaocccc/nvim-foldsign/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243625119,"owners_count":20321235,"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:24.431Z","updated_at":"2025-03-14T18:31:22.707Z","avatar_url":"https://github.com/yaocccc.png","language":"Lua","funding_links":["https://www.buymeacoffee.com/yaocccc"],"categories":["Utility","Editing Support"],"sub_categories":["Cursorline","Folding"],"readme":"# NVIM FOLDSIGN\n\nDisplay folding info on sign column\n\n![avatar](screenshot.png)\n\n## Usage\n\n```plaintext\n  -- Packer demo\n  use { 'yaocccc/nvim-foldsign', event = 'CursorHold', config = 'require(\"nvim-foldsign\").setup()' }\n```\n\n## Config\n\n```lua\n    require('nvim-foldsign').setup({\n        offset = -2,\n        foldsigns = {\n            open = '-',          -- mark the beginning of a fold\n            close = '+',         -- show a closed fold\n            seps = { '│', '┃' }, -- open fold middle marker\n        }\n    })\n```\n\n## Highlight Group\n\nJust `FoldColumn`\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-foldsign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaocccc%2Fnvim-foldsign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaocccc%2Fnvim-foldsign/lists"}