-
When adding space to a block, parinfer should indent the whole block
See also https://github.com/jesims/.spacemacs.d/issues/2
-
After running nvim with parinfer-rust for many hours, parinfer will suddenly stop completing parens, fixing parens when changing indentation, and everything else the plugin usually does. This will app…
-
How to reproduce:
```(test ? )```
it'll change it to
```
(test ?)
```
which is not what I want
-
Is it "deprecated" in favor of `mode` and/or `indent-mode` and `paren-mode`?
Or would it be worth mentioning in the README?
-
If I copy code from an outside source that is not indented properly, when pasting into a clojure buffer with parinfer active, it'll reformat the code based on indent (smart mode) and not as 'paren' mo…
-
I've used Parinfer for quite long time already, and one thing that kinda annoys me at work is that Parinfer forces me to generate a lot of noise in merge requests which contain a lot of moved parenthe…
-
Similar in spirit to Issue #5, it would be nice to disable Parinfer for certain expressions in a file. A sentinel code comment could flag an expression as "do not apply Parinfer inside this expression…
-
As @noctuid's parinfer compat PRs are still not stable, this issue is to keep track of bugs/compatibility goals.
1. `]`, `}` should also be bound to `lispy-barf-to-point`. In parinfer, these actually …
-
Snippets can have one or more tabstops embedded in them with '$1', '$2', etc. After expanding a snippet, tab is meant to cycle between these locations.
With parinfer enabled (at least in Indent mod…
-
I saw the demo of Barliman at Clojure/Conj 2016 and thought it might be useful to add [Parinfer] to the text input on the left-hand side of the app. With Indent Mode running, a user would never have t…