{"id":22293565,"url":"https://github.com/xi/vim-indent-folding","last_synced_at":"2025-03-25T22:18:10.803Z","repository":{"id":12222125,"uuid":"14830578","full_name":"xi/vim-indent-folding","owner":"xi","description":"indentation based folding for vim","archived":false,"fork":false,"pushed_at":"2024-08-24T18:23:25.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T19:23:45.470Z","etag":null,"topics":["vim"],"latest_commit_sha":null,"homepage":"","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/xi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-30T23:41:56.000Z","updated_at":"2025-01-15T17:58:48.000Z","dependencies_parsed_at":"2024-12-04T00:35:19.627Z","dependency_job_id":null,"html_url":"https://github.com/xi/vim-indent-folding","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/xi%2Fvim-indent-folding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xi%2Fvim-indent-folding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xi%2Fvim-indent-folding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xi%2Fvim-indent-folding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xi","download_url":"https://codeload.github.com/xi/vim-indent-folding/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245550681,"owners_count":20633883,"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":["vim"],"created_at":"2024-12-03T17:29:38.634Z","updated_at":"2025-03-25T22:18:10.771Z","avatar_url":"https://github.com/xi.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vim has some default fold methods, one of which is indentation based. However,\nit folds an indented block into a single line instead of folding it into the\nline right before the block.\n\nConsider this markdown list:\n\n    -   Item 1\n        -   Item 1.1\n        -   Item 1.2\n\nVim's indent folding turnes this into:\n\n    -   Item 1\n    +--  2 lines: -   Item 1.1-------------------------------------------------\n\nThe plugin instead turns this into:\n\n    -   Item 1-----------------------------------------------------------------\n\nThis approach is inspired by http://learnvimscriptthehardway.stevelosh.com/chapters/49.html\n\nUnfortunately, the performance of this approach is pretty bad. To mitigate\nthis, the foldmethod is kept at `manual` by default and only switches to `expr`\nwhen the folds are actually used (e.g. when pressing `za`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxi%2Fvim-indent-folding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxi%2Fvim-indent-folding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxi%2Fvim-indent-folding/lists"}