{"id":13649392,"url":"https://github.com/bhurlow/vim-parinfer","last_synced_at":"2026-01-05T20:52:50.635Z","repository":{"id":41148647,"uuid":"47632697","full_name":"bhurlow/vim-parinfer","owner":"bhurlow","description":"vim plugin to balance your parenthesis ","archived":false,"fork":false,"pushed_at":"2024-01-31T02:25:53.000Z","size":66,"stargazers_count":181,"open_issues_count":19,"forks_count":18,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-10T00:33:04.565Z","etag":null,"topics":["balances-parenthesis","clojure","lisp","parinfer","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/bhurlow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2015-12-08T16:02:07.000Z","updated_at":"2024-11-09T22:55:40.000Z","dependencies_parsed_at":"2024-11-10T00:31:10.014Z","dependency_job_id":"a17f7e47-2c88-4967-a964-12252c23792f","html_url":"https://github.com/bhurlow/vim-parinfer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhurlow%2Fvim-parinfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhurlow%2Fvim-parinfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhurlow%2Fvim-parinfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhurlow%2Fvim-parinfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhurlow","download_url":"https://codeload.github.com/bhurlow/vim-parinfer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250258983,"owners_count":21401017,"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":["balances-parenthesis","clojure","lisp","parinfer","vim"],"created_at":"2024-08-02T01:04:59.044Z","updated_at":"2026-01-05T20:52:50.628Z","avatar_url":"https://github.com/bhurlow.png","language":"Vim Script","funding_links":[],"categories":["Vim Script","Vim script"],"sub_categories":[],"readme":"## vim-parinfer\n\nThis is a vim plugin for using [parinfer](https://shaunlebron.github.io/parinfer/) to indent your clojure and lisp code.\n\nIt uses [Chris Oakman's awesome viml implementation](https://github.com/oakmac/parinfer-viml) under the hood\n\n\u003ch5 style=\"color: blue;\"\u003e pull requests // issues welcome \u003c/h5\u003e\n\n## Installation \n\n### using pathogen: \n\n```\ncd ~/.vim/bundle\ngit clone git://github.com/bhurlow/vim-parinfer.git\n```\n### using Vundle:\n\nadd \n\n```\nPlugin 'bhurlow/vim-parinfer'\n```\n\nto your `.vimrc`\n\nrun\n \n```\n:PluginInstall\n```\n\n\n## Mappings \n\nParinfer is trigger on all TextChanged events within vim.\nIn addition, you may use the following mapped commands:\n\n- `\u003cTab\u003e` - indents s-expression\n- `\u003cTab-S\u003e` - dedents s-expression\n- `dd` - deletes line and balances parenthesis\n- `p` - puts line and balances parenthesis\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhurlow%2Fvim-parinfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhurlow%2Fvim-parinfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhurlow%2Fvim-parinfer/lists"}