@slack.jcpsantiago has joined the channel
is anyone using https://github.com/lukas-reineke/indent-blankline.nvim ? works fine for Fennel, Python and others but not for Clojure (for me). I see the vertical lines for indentation, but not the context highlighting. Treesitter setup is
(treesitter.setup {:highlight {:enable true}
:indent {:enable true}
:ensure_installed :all})