{"id":15968596,"url":"https://github.com/camilledejoye/vim-cleanfold","last_synced_at":"2025-04-04T14:25:35.286Z","repository":{"id":127957744,"uuid":"131493056","full_name":"camilledejoye/vim-cleanfold","owner":"camilledejoye","description":"Vim's plugin to render clean folds","archived":false,"fork":false,"pushed_at":"2020-11-22T14:04:52.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T00:18:06.177Z","etag":null,"topics":["fold","folding","plugin","vim"],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camilledejoye.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-29T12:34:13.000Z","updated_at":"2021-01-19T01:36:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"8438513e-6c4c-47af-a939-def24d328d02","html_url":"https://github.com/camilledejoye/vim-cleanfold","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/camilledejoye%2Fvim-cleanfold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilledejoye%2Fvim-cleanfold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilledejoye%2Fvim-cleanfold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilledejoye%2Fvim-cleanfold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camilledejoye","download_url":"https://codeload.github.com/camilledejoye/vim-cleanfold/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247192286,"owners_count":20899063,"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":["fold","folding","plugin","vim"],"created_at":"2024-10-07T19:02:43.942Z","updated_at":"2025-04-04T14:25:35.264Z","avatar_url":"https://github.com/camilledejoye.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-cleanfold\n\nCleanFold is a simple plugin to change the way folds are rendered in Vim.\n\nI started by writing a simple foldtext() function corresponding to a specific FileType.\nBut I was anoyed that it works only for this FileType and I realize that the function was not\nforced to be dependent of a FileType as long as some internal Vim's options were correctly\nconfigured.\n\nThat's how CleanFold was born !\n\nIt was actually not meant to be distributed but I am used to handle my scripts as plugin\nanyway, so why the hell not.\n\n## What does it do ???\n\nCleanFold will change the way folds are rendered, not how they are created.\n\n* Replaces the dashes by spaces, you can change that if you want\n* Removes the fold markers (can be disable)\n* Handle multiline comments to avoir empty folds without meaning, Java anf PHP doc for example\n* Allows to add handlers to manage differents situations\n\nFor more detail information, just try it and read the doc. I promise it's more elaborated !\n\n## Installation\n\nI recommend to use [k-takata/minpac](https://github.com/k-takata/minpac), it allows you to manage\nyour plugins with ease and work on Vim8 and NeoVim.\n```vim\nminpac#add('camilledejoye/vim-cleanfold')\n```\n\nOtherwise you know the drill :)\n\nFor instance with [Pathogen](https://github.com/tpope/vim-pathogen)\n```\ngit clone https://github.com/camilledejoye/vim-cleanfold.git ~/.vim/bundle/vim-cleanfold\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamilledejoye%2Fvim-cleanfold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamilledejoye%2Fvim-cleanfold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamilledejoye%2Fvim-cleanfold/lists"}