{"id":13898339,"url":"https://github.com/oakmac/parinfer-viml","last_synced_at":"2025-10-30T23:41:26.734Z","repository":{"id":66970611,"uuid":"51327457","full_name":"oakmac/parinfer-viml","owner":"oakmac","description":"Parinfer in Vimscript","archived":false,"fork":false,"pushed_at":"2022-12-09T14:35:51.000Z","size":59,"stargazers_count":51,"open_issues_count":2,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-28T17:26:06.825Z","etag":null,"topics":[],"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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oakmac.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-02-08T21:12:19.000Z","updated_at":"2023-12-04T02:42:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffa2003a-a1dd-435e-8e6d-05e1f0880db7","html_url":"https://github.com/oakmac/parinfer-viml","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/oakmac%2Fparinfer-viml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fparinfer-viml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fparinfer-viml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fparinfer-viml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oakmac","download_url":"https://codeload.github.com/oakmac/parinfer-viml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090875,"owners_count":20559298,"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-08-06T18:04:14.604Z","updated_at":"2025-10-30T23:41:26.643Z","avatar_url":"https://github.com/oakmac.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Parinfer in Vimscript [![Build Status](https://travis-ci.org/oakmac/parinfer-viml.svg?branch=master)](https://travis-ci.org/oakmac/parinfer-viml)\n\nA [Parinfer] implementation in [Vimscript].\n\n## Project Status (Dec 2022)\n\nI do not plan on actively maintaining this project moving forward. [parinfer-lua]\nexists and is **much** faster than Vimscript. NeoVim users may wish to check out\nthe [nvim-parinfer] plugin or [parinfer-rust].\n\n[parinfer-lua]:https://github.com/oakmac/parinfer-lua\n[nvim-parinfer]:https://github.com/gpanders/nvim-parinfer\n[parinfer-rust]:https://github.com/eraserhd/parinfer-rust\n\n## About\n\nHaving a Parinfer implementation written in Vimscript allows Parinfer to reach\nvi-based editors easily.\n\nPlease note that this project is solely for the library that implements the core\nParinfer algorithm; it is not a vi extension that can be used for editing.\n\nThis is basically a 1-to-1 port of [parinfer.js].\n\nThe `.json` files in the [tests] folder are copied directly from the [main\nParinfer repo].\n\nThis is my first Vimscript project. There is likely lots of room for improvement\nin this implementation. PR's welcome :)\n\n## Usage\n\nTODO: write this section\n\n## Run Tests\n\nInstall [node.js]\n\n```sh\n# write the tests.vim file\nnode build-tests-file.js\n\n# run tests in vim\nvim -S tests.vim\n```\n\nRun performance test:\n\n```sh\nvim -S perf.vim\n```\n\n## License\n\n[ISC License]\n\n[Parinfer]:https://shaunlebron.github.io/parinfer/\n[Vimscript]:https://en.wikipedia.org/wiki/Vim_(text_editor)#Vim_script\n[parinfer.js]:https://github.com/shaunlebron/parinfer/blob/master/lib/parinfer.js\n[tests]:tests/\n[main Parinfer repo]:https://github.com/shaunlebron/parinfer/tree/master/lib/test/cases\n[parinfer.js API]:https://github.com/shaunlebron/parinfer/tree/master/lib#api\n[node.js]:https://nodejs.org\n[ISC License]:LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fparinfer-viml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakmac%2Fparinfer-viml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fparinfer-viml/lists"}