-
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…
-
**Describe the bug**
When parinfer mode is indent or smart, lsp code actions are messing with the code.
**To Reproduce**
Steps to reproduce the behavior:
Wrong function with changed structure …
vlnn updated
8 months ago
-
This is a weird one. Steps to reproduce:
1. Select a region (while in parinfer mode)
2. Insert a character: the character gets inserted and the region gets de-selected, *as expected*.
3. Press de…
-
It seems like parinfer is eating lines on editing `*.edn` files? Perhaps it's looking for a `ns` declaration and doing weird things when it doesn't find it? For reference (and reproducibility), here a…
-
Lisp can be quite cumbersome to write when it comes to parenthesis.
Luckily there are tools like [Parinfer](https://shaunlebron.github.io/parinfer/) that makes it easier for the user to edit lisp cod…
-
[Clojure](https://en.wikipedia.org/wiki/Clojure) is a popular functional language that targets host platforms on the [JVM](https://clojure.org/), [JavaScript](https://clojurescript.org/), and more ([1…
-
Hi!
First of all: thanks for developing this amazing mode: editing Lisp is so much fun now!
I am however having trouble trying to always get the strategy `'instantly` to work... I would like eve…
-
An interesting idea would be to automatically turn on Parinfer via some sentinel code comment in a file.
Similar to [JSHint inline configuration](http://jshint.com/docs/#inline-configuration).
-
As per https://github.com/BetterThanTomorrow/calva/pull/1381, this is primarily an issue when using Calva's formatter in conjunction with the new Parinfer implementation.
Formatting multi-arity fun…