-
Parinfer thinks that semicolons between vertical bars is a comment (it's not). At least in common lisp, racket, and lumen this is wrong
```racket
(define |;| 5)
(print |;|)
```
is changed to
`…
-
98% of the time, vim-parinfer works great for me, but for code with very long top level forms (long defrecords for instance), it tends to be pretty horrible (well nigh unusable, sometimes forcing me t…
-
greetings, This I'm trying to use dynadoc from shadow-clj. I hit a snag when i try to compile the docs application which is very small
```
(ns docs
(:require [tomatto.frontend.app :as app]
…
-
The behavior for shit-j is a little unexpected, I think. In the example video, instead of moving the entire map, only the first line of the map is moved and then the parinfer algorithm re-balances eve…
-
Hi! Is this complete?
-
I've found that when files have a git conflict, so that there are tons of lines like this in the file:
```clojure
(defn foo []
(println "hello")
> my awesome commit message
```
...parinfer…
-
I tried to install this in nvim and open a .yuck file, also with
set filetype=yuck
but nothing happens. Is this normal?
-
Would be nice an easy way to add new formats to vim-parinfer.
For example, Janet (https://github.com/janet-lang/janet) has multiline
strings using any number of backticks `:
```
``
This is a st…
rncar updated
4 years ago
-
By default, [Vim thinks that .jl files are librep Lisp](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71279). The Julia language uses .jl as its file extension, and you can get .jl files to be rec…
-
Hi, can you add an extension for visual studio code?