Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekaitz-zarraga/nvim-paredit-scheme
[MIRRORED from http://git.elenq.tech/nvim-paredit-scheme/ ] Scheme extension for nvim-paredit
https://github.com/ekaitz-zarraga/nvim-paredit-scheme
neovim-plugin paredit scheme
Last synced: 2 months ago
JSON representation
[MIRRORED from http://git.elenq.tech/nvim-paredit-scheme/ ] Scheme extension for nvim-paredit
- Host: GitHub
- URL: https://github.com/ekaitz-zarraga/nvim-paredit-scheme
- Owner: ekaitz-zarraga
- License: gpl-3.0
- Created: 2024-01-27T21:32:53.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-27T22:00:00.000Z (12 months ago)
- Last Synced: 2024-01-28T22:35:39.371Z (12 months ago)
- Topics: neovim-plugin, paredit, scheme
- Language: Lua
- Homepage: http://git.elenq.tech/nvim-paredit-scheme/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Scheme extension for nvim-paredit
> **This extension has been DEPRECATED because `nvim-paredit` deprecated the
> API and now supports scheme directly. This is not needed anymore.**
> Thanks to Julien Vincent for his work! I don't need to maintain this anymore
> :)This is a Scheme extension for [`nvim-paredit`][paredit].
[paredit]: https://github.com/julienvincent/nvim-paredit
Install it with any plugin manager you like and then:
``` lua
local paredit = require "nvim-paredit"
local scheme = require "nvim-paredit-scheme"scheme.setup(paredit)
```