You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(clojure): update to use parpar
nvim-treesitter-sexp fails on neovim 0.11
nvim-paredit is a replacement for nvim-treesitter-sexp
parpar provides nvim-paredit and nvim-parinfer and ensure they work together
* docs: revert back to owner/repo for clojure repl client link
---------
Co-authored-by: Uzair Aftab <uzaaft@outlook.com>
> NOTE: Conjure is available as a [code-runner](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/code-runner) plugin config. nvim-treesitter-sexp and nvim-parinfer are available as [editing-support plugin configurations](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/editing-support)
- Structural editing: [parpar-nvim](https://github.com/dundalek/parpar.nvim) which provides both [nvim-parinfer](https://github.com/gpanders/nvim-parinfer) & [nvim-paredit](https://github.com/julienvincent/nvim-paredit)
24
20
21
+
> NOTE: Conjure is available as a [code-runner](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/code-runner) plugin config. nvim-paredit and nvim-parinfer are available as [editing-support plugin configurations](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/editing-support)
25
22
26
23
## Clojure Guides
27
24
@@ -31,7 +28,6 @@ The Clojure language pack includes:
-[Practicalli Neovim](https://practical.li/neovim/) Clojure development workflow and examples of [configuring Astrocommunity clojure pack](https://practical.li/neovim/configuration/astronvim/astrocommunity/)
33
30
34
-
35
31
## Override Configuration
36
32
37
33
Plugins in the language pack can be disabled and default options overridden.
@@ -41,6 +37,7 @@ Example: Include the Clojure language pack and disable the parinfer plugin by se
41
37
```lua
42
38
{ import="astrocommunity.pack.clojure" },
43
39
{ "gpanders/nvim-parinfer", enabled=false },
40
+
{ "julienvincent/nvim-paredit", enabled=false },
44
41
```
45
42
46
43
Example: Change the test runner used by Conjure. `clojure.test` runner is used by default
0 commit comments