Fork me on GitHub
#tree-sitter
<
2022-03-30
>
Santiago13:03:14

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})