-
I use proto-repl in atom and due to it not having a proper file extension parinfer doens't activate when I'm using it. Is it possible to set it up so that parinfer works for the popular atom repl plu…
-
Hello! I've been setting up Neovim lately in an M1 MacBook (using both iTerm and Neovide _without_ Rosetta).
I've installed this plugin using Packer. And the installation + build work without any i…
-
VSCode parinfer 0.6.1
```
;; shadow-cljs configuration
{:source-paths
["src"]
:dependencies
[]
:builds
{:app {:target :browser}}}
```
I have the cursor at the `` marker and pres…
-
While debugging some Changes `parinfer-rust-mode` was generating I was able to get parinfer-rust, and consequently Emacs, to crash.
After doing some digging around in Emacs, I was able to narrow do…
-
Need to spend some HammockTime thinking about how to deal with multiple cursors.
Easy solution would be to just not run parinfer when there are multiple cursors. Another idea would be to keep track o…
-
For people who want to install parinfer for emacs, the current up-to-date package is [parinfer-rust-mode](https://github.com/justinbarclay/parinfer-rust-mode) which requires emacs to be compiled with …
-
When first opening a cljs file it looks like `indentparen` is run. Subsequently running `:Gdiff` to view the changes in the file also runs the same process on the new buffer created by fugitive rendin…
-
Hi
I like using parinfer but in this case something goes wrong. Since I cannot figure out what the problem is, I had to disable parinfer completely, because otherwise it messes up existing code like:…
-
Parinfer Rust should be fast enough to strip away comments before processing and migrate [unbalanced quote](https://shaunlebron.github.io/parinfer/#inserting-quotes) issues that original Parinfer had.…
-
Sometimes comments are within a block for a reason, and keeping them within the block may be useful. For example, in indent mode, moving around
```
[:foo
;; :bar ;; This does bar things
]
```
beco…