Open
Description
Hey friends,
The indentation system is built on the syntax highlighting to know how to interpret things like \{
. If I use nvim-treesitter (which relies on this grammar) and disable nvim's syntax highlighting, indentation is completely broken.
I don't want to lose the nice indentation provided by this plugin (as there is no indentation information for Clojure in nvim-treesitter), but enabling both vimscript syntax highlighting and treesitter highlighting is bad and slow.
Any suggestions on how to handle this?