summaryrefslogtreecommitdiff
path: root/README.md
blob: 63fa37e8a8fcd23401feacaf39ae97a3a38eb334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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)
```