-
Hey!
Firstly thank you for your work on linter so far, you've done an awesome job on v2 and should be immensely proud to have created such a polished and usable open source linter. Considering how ma…
-
```
Debugger entered--Lisp error: (args-out-of-range "-mode" 5)
aref("-mode" 5)
(string (aref line i))
(parinferlib--close-paren\? (string (aref line i)))
(if (parinferlib--close-paren\? (stri…
-
In parinfer indent mode when I type:
```
(defn f "doc-string"
```
and then hit enter, the defn line indents and becomes part of the body of the previous function.
-
I don't know if this is really a bug, maybe a bug in the documentation? But the documentation says you can get the behaviour of Splice by deleting an opening paren, however with nested functions you d…
-
I just read through the lispy documentation, and I don't see any keystrokes that correspond to the functionality you describe here that would replace parinfer.
-
Would be nice if nightcode could be aware of hoplon .hl file extension
and have parinfer editing mode enabled for hoplon files.
Right now nightcode treats .hl files as just text files.
-
The parinfer-indent or parinfer-paren should be called after very command in evil normal state and evil visual state.
-
I noticed this when adding [Hydrogen](https://atom.io/packages/hydrogen) as an additional package. I added `:hydrogen` to the list, restarted, and it installed. However, because its name in `package.j…
-
When writing a multi arity functions, the regular way of writing it is:
``` clojure
(def f
([a]
(+ a 3))
([a b]
(+ a b)))
```
Where each arity option has a list of parameters, followed b…
-
_thanks to @snoe for bringing this up._
Currently, unmatched close-parens are removed indiscriminately. This is a problem for the following case
``` clj
(foo [|bar) baz
```
because Indent Mode wil…