This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-23
Channels
- # announcements (2)
- # architecture (16)
- # babashka (26)
- # beginners (106)
- # calva (173)
- # chlorine-clover (19)
- # cider (36)
- # cljdoc (4)
- # clojure (113)
- # clojure-berlin (3)
- # clojure-czech (3)
- # clojure-dev (5)
- # clojure-europe (37)
- # clojure-france (3)
- # clojure-hamburg (12)
- # clojure-italy (4)
- # clojure-nl (2)
- # clojure-uk (22)
- # clojurescript (38)
- # cryogen (10)
- # cursive (30)
- # data-science (7)
- # datascript (1)
- # datomic (13)
- # deps-new (7)
- # depstar (13)
- # duct (3)
- # events (2)
- # exercism (3)
- # fulcro (31)
- # graalvm (56)
- # graphql (1)
- # helix (5)
- # java (12)
- # jobs-discuss (19)
- # kaocha (13)
- # luminus (1)
- # lumo (4)
- # malli (5)
- # off-topic (17)
- # parinfer (1)
- # pathom (1)
- # pedestal (7)
- # rdf (10)
- # re-frame (1)
- # remote-jobs (7)
- # rum (6)
- # shadow-cljs (4)
- # tools-deps (41)
- # uncomplicate (3)
- # vim (14)
there are a variety of plugins that interpret ANSI escape codes. there isn't one in particular that i've found that i'm totally happy with, but i know of at least two that sort of work OK: https://github.com/powerman/vim-plugin-AnsiEsc https://github.com/chrisbra/Colorizer
Hmmm... who could've opened this issue? https://github.com/chrisbra/Colorizer/issues/77 😝
like i said, i haven't found a plugin that interprets ANSI escape codes that i'm totally happy with!
ansiesc is maybe a little better, but for reasons that i don't remember, i tried it and then switched back to colorizer
Seems like Colorizer's :ColorHighlight
works on the quickfix window, but it reverts as soon as I leave the quickfix window. let g:colorizer_auto_filetype='qf'
also doesn't work as advertised. Oh well, a mapping is (much) better than reading through ANSI color codes 🙂🤷
I've noticed that, when running jack-in's :Lein
, the title of the tab in which my lein repl
opens changes to be the same as the title of the active tab. It's quite jarring, since the length of the tab title changes as I switch tabs. This happens with vim-airline, and stops when I :AirlineToggle
it off. Has anyone else experienced this?