{"id":13761232,"url":"https://github.com/ggandor/nvim-parinfer","last_synced_at":"2025-04-10T22:19:36.180Z","repository":{"id":110972742,"uuid":"349523985","full_name":"ggandor/nvim-parinfer","owner":"ggandor","description":"Fast and light parinfer plugin for Neovim (parinfer-lua wrapped with the Vim plugin from parinfer-rust) (WIP)","archived":false,"fork":false,"pushed_at":"2021-06-06T08:14:44.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T19:21:40.487Z","etag":null,"topics":["clojure","lisp","neovim","parinfer","plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/ggandor.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-03-19T18:45:16.000Z","updated_at":"2024-07-01T06:09:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a15ec77-cba3-4247-9832-f1b03a5125e6","html_url":"https://github.com/ggandor/nvim-parinfer","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/ggandor%2Fnvim-parinfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggandor%2Fnvim-parinfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggandor%2Fnvim-parinfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggandor%2Fnvim-parinfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggandor","download_url":"https://codeload.github.com/ggandor/nvim-parinfer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248306305,"owners_count":21081659,"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":["clojure","lisp","neovim","parinfer","plugin"],"created_at":"2024-08-03T13:01:44.805Z","updated_at":"2025-04-10T22:19:36.161Z","avatar_url":"https://github.com/ggandor.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# nvim-parinfer (WIP)\n\n**NOTE:** I have noticed some strage bugs (in indent and smart mode at least),\nand currently I do not have the time to hunt them down - the problem may be in\nthe Lua library itself - , so consider this as WIP for the moment (or use it at\nyour own risk).\n\nFast and light [parinfer](https://shaunlebron.github.io/parinfer/) plugin for\nNeovim.\n\n### Why?\n\nThe two maintained parinfer plugins currently available for (Neo)Vim both have\ncertain drawbacks: The good old [VimL\nplugin](https://github.com/bhurlow/vim-parinfer) uses the library ported by\n[oakmac](https://github.com/oakmac/), which implements an older version of\nParinfer, and - unfortunately - is terribly slow, often on the verge of being\nunusable. The more recent [Rust\nport](https://github.com/eraserhd/parinfer-rust), on the other hand, while\nsuper-fast and very polished, requires building dynamic libraries and a Rust\ntoolchain for that, which makes it inconvenient for less involved users, not to\nsay that it takes up a considerable amount of disk space too. (If you're fine\nwith these, just go ahead and use it of course!)\n\nWith a [Lua library](https://github.com/oakmac/parinfer-lua) available (thanks\nto Chris Oakman, again!), we can have the best of both worlds now, a lightweight\nyet fast plugin in the native scripting language of the editor, with hassle-free\ninstallation and the latest features (smart mode) provided.\n\nAll credit goes to the aforementioned authors, I just took the Vim plugin and\nthe doc file from the parinfer-rust repo, and made trivial modifications to\nstitch it together with the Lua lib. \n\n## Install\n\nUse your favourite package manager, e.g.\n[vim-plug](https://github.com/junegunn/vim-plug):\n\n```\nPlug 'ggandor/nvim-parinfer'\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggandor%2Fnvim-parinfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggandor%2Fnvim-parinfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggandor%2Fnvim-parinfer/lists"}