Terminal inside kakoune (text-file-terminal)

I added helpers for clojure (lein repl) and haskell (stack repl).

Going to try this Kakoune-repl-buffer, a new way to work with repls - #7 by Screwtapello as a way of working with the repl prompts, later.

For clojure, I personally have a lein repl profile with syntax highlighting, here’s my ~/.lein/profiles.clj:

{:user {:plugins [[mvxcvi/whidbey "2.2.1"]]
        :middleware [whidbey.plugin/repl-pprint]
        :whidbey {:color-scheme {:nil [:blue]}}}}