Skip to content

ekaitz-zarraga/nvim-paredit-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Scheme extension for nvim-paredit

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)