summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..111fc58
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Scheme extension for nvim-paredit
+
+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)
+```