{"id":19051980,"url":"https://github.com/benknoble/vim-auto-origami","last_synced_at":"2025-10-24T06:51:04.348Z","repository":{"id":70217145,"uuid":"101508342","full_name":"benknoble/vim-auto-origami","owner":"benknoble","description":"Automatically set vim's 'foldcolumn' when folds present","archived":false,"fork":false,"pushed_at":"2022-07-15T13:46:45.000Z","size":28,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T09:34:28.790Z","etag":null,"topics":["vim","vim-auto-origami","vim-plugin"],"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/benknoble.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,"zenodo":null}},"created_at":"2017-08-26T19:28:26.000Z","updated_at":"2024-07-12T11:22:11.000Z","dependencies_parsed_at":"2023-03-11T08:19:03.428Z","dependency_job_id":null,"html_url":"https://github.com/benknoble/vim-auto-origami","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fvim-auto-origami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fvim-auto-origami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fvim-auto-origami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fvim-auto-origami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benknoble","download_url":"https://codeload.github.com/benknoble/vim-auto-origami/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250543042,"owners_count":21447825,"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","vim-auto-origami","vim-plugin"],"created_at":"2024-11-08T23:20:22.096Z","updated_at":"2025-10-24T06:51:04.259Z","avatar_url":"https://github.com/benknoble.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-auto-origami\n\n[![This project is considered finished](https://img.shields.io/badge/status-finished-success.svg)](https://benknoble.github.io/status/finished/)\n\nAutomatically set vim's 'foldcolumn' when folds present\n\nCheck it out on [vim.org](http://www.vim.org/scripts/script.php?script_id=5601)\ntoo.\n\n## Installation\n\nI recommend using [Pathogen](https://github.com/tpope/vim-pathogen) for managing\nplugins.\n\nThen it's just a quick\n\n```bash\ncd ~/.vim/bundle\ngit clone https://github.com/benknoble/vim-auto-origami.git\n```\n\n## Quickstart\n\nDrop the following in your vimrc, and open a file with some folds\n```vim\naugroup autofoldcolumn\n  au!\n\n  \" Or whatever autocmd-events you want\n  au CursorHold,BufWinEnter,WinEnter * AutoOrigamiFoldColumn\naugroup END\n```\n\n## Usage\n\nCheck out the docs (`:help auto-origami`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenknoble%2Fvim-auto-origami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenknoble%2Fvim-auto-origami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenknoble%2Fvim-auto-origami/lists"}