ekaitz-zarraga / nvim-paredit-scheme

[MIRRORED from http://git.elenq.tech/nvim-paredit-scheme/ ] Scheme extension for nvim-paredit
http://git.elenq.tech/nvim-paredit-scheme/
GNU General Public License v3.0
4 stars 2 forks source link
neovim-plugin paredit scheme

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.

Install it with any plugin manager you like and then:

local paredit = require "nvim-paredit"
local scheme  = require "nvim-paredit-scheme"

scheme.setup(paredit)