Fork me on GitHub
#clojure-uk
<
2021-09-15
>
dharrigan06:09:48

Good Morning!

djm07:09:51

👋

Jakob Durstberger07:09:42

Morning 🙂

harryvederci10:09:01

Any Neovim users here? I was wondering if someone knows a way to get a visual indicator of what the keys are in a hashmap. So in this example:

{:some-key some-value
 :some-other-key some-other-value}
The text :some-key and :some-other-key would get a blue background to indicate those are the keys. Should be possible, right? Perhaps with Treesitter?

thomas11:09:19

maybe ask in #clojure-europe or the #vim channel?

harryvederci13:09:13

Yeah that's probably a better idea :thumbsup: