Skip to content

Commit 994a49e

Browse files
feat(editing-support): add nvim-paredit plugin (#1456)
* feat(editing-support): add nvim-paredit plugin * Update README.md * Update lua/astrocommunity/editing-support/nvim-paredit/README.md --------- Co-authored-by: Uzair Aftab <[email protected]>
1 parent 9fb708f commit 994a49e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## nvim-paredit
2+
3+
A Paredit implementation for Neovim, built using Treesitter and written in Lua.
4+
5+
Supported Languages: Clojure, Fennel, Scheme, CommonLisp
6+
7+
**Repository:** <https://github.com/julienvincent/nvim-paredit>
8+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
"julienvincent/nvim-paredit",
3+
ft = { "clojure", "fennel", "scheme", "commonlisp" },
4+
opts = {},
5+
}

0 commit comments

Comments
 (0)