Skip to content

Commit

Permalink
feat(editing-support): add nvim-parinfer
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 23, 2024
1 parent 544998e commit 2196cee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/editing-support/nvim-parinfer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## nvim-parinfer

parinfer for Neovim

Supported Languages: Clojure, Scheme, LISP, Racket, Hy, Fennel, Janet, Carp, Wast, Yuck, Dune

**Repository:** <https://github.com/gpanders/nvim-parinfer>
12 changes: 12 additions & 0 deletions lua/astrocommunity/editing-support/nvim-parinfer/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
return {
"gpanders/nvim-parinfer",
ft = { "clojure", "scheme", "lisp", "racket", "hy", "fennel", "janet", "carp", "wast", "yuck", "dune" },
dependencies = {
"AstroNvim/astrocore",
opts = {
options = { g = {
parinfer_force_balance = true,
} },
},
},
}

0 comments on commit 2196cee

Please sign in to comment.