Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gpanders/nvim-parinfer
parinfer for Neovim
https://github.com/gpanders/nvim-parinfer
fennel lisp lua neovim parinfer
Last synced: 10 days ago
JSON representation
parinfer for Neovim
- Host: GitHub
- URL: https://github.com/gpanders/nvim-parinfer
- Owner: gpanders
- License: other
- Created: 2021-08-26T03:42:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T15:30:28.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:06:03.360Z (3 months ago)
- Topics: fennel, lisp, lua, neovim, parinfer
- Language: Fennel
- Homepage:
- Size: 87.9 KB
- Stars: 161
- Watchers: 10
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim-parinfer
nvim-parinfer is a Neovim plugin that uses [Chris Oakman's][oakmac]
[parinfer-lua][] to implement the [parinfer][] algorithm. Parinfer
automatically balances parentheses as you type when working in Lisp-family
languages. Unlike [parinfer-rust][], it requires no external dependencies:
simply install and go.[oakmac]: https://github.com/oakmac
[parinfer]: https://shaunlebron.github.io/parinfer/
[parinfer-rust]: https://github.com/eraserhd/parinfer-rust
[parinfer-lua]: https://github.com/oakmac/parinfer-lua## Configuration
nvim-parinfer uses sane defaults that should "just work". You can see the
(small) list of configuration knobs in `:help parinfer`.## License
`lua/parinfer.lua` is licensed ISC by [Chris Oakman][oakmac].
Everything else is licensed [GPLv3][] or later by Gregory Anders.
[GPLv3]: https://www.gnu.org/licenses/gpl-3.0.en.html