{"id":22646503,"url":"https://github.com/arecarn/vim-clean-fold","last_synced_at":"2026-02-03T06:32:17.876Z","repository":{"id":26582799,"uuid":"30037286","full_name":"arecarn/vim-clean-fold","owner":"arecarn","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-28T21:14:29.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T06:31:08.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/arecarn.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":"2015-01-29T19:31:31.000Z","updated_at":"2018-04-10T01:58:47.000Z","dependencies_parsed_at":"2022-09-01T19:21:08.791Z","dependency_job_id":null,"html_url":"https://github.com/arecarn/vim-clean-fold","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arecarn/vim-clean-fold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arecarn%2Fvim-clean-fold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arecarn%2Fvim-clean-fold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arecarn%2Fvim-clean-fold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arecarn%2Fvim-clean-fold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arecarn","download_url":"https://codeload.github.com/arecarn/vim-clean-fold/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arecarn%2Fvim-clean-fold/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263647362,"owners_count":23494007,"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-12-09T06:12:13.551Z","updated_at":"2026-02-03T06:32:17.836Z","avatar_url":"https://github.com/arecarn.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"clean-fold\n==========\n\nclean-fold provides alternatives to the default foldtext cleans up the\nappearance of folds. This plugin also provides a new fold expression that is\nan alternative to the built-in indent method of folding, that includes the\nline before the indent as well as the following indented lines.\n\nFold Text Style\n----------------\nAlternatives to the default foldtext and a new foldmethod\n\n* `clean_fold#fold_text(foldchar)`\n    * cleaner alternative to default fold text, still including number of folded lines\n    ```vim\n    set foldtext=clean_fold#fold_text('_')\n    ```\n\n* `clean_fold#fold_text_minimal()`\n    * just include the text on the line except fold markers\n     ```vim\n     set foldtext=clean_fold#fold_text_minimal()\n     ```\n\nFold Expression\n---------------\nA new foldexpr set up so  lines that are at the same indented level are\nfolded along with the first line above them one indent level up.\n\n* `clean_fold#fold_expr(lnum)`\n    * like indent folding but also include first line that is one indent level lower\n     ```vim\n     set foldmethod=expr\n     set foldexpr=clean_fold#fold_expr(v:lnum)\n      ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farecarn%2Fvim-clean-fold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farecarn%2Fvim-clean-fold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farecarn%2Fvim-clean-fold/lists"}