vim - Sigil highlighting (liveview)

Gah! Worked out my issues (there were several!)

  1. The main one: I was using a colorscheme which wasn’t configured properly for treesitter… Once I had the correct colorscheme I needed to get my terminal to display it properly.
  2. For reasons which are currently beyond me :wink: when I open vim in iterm (in tmux) it doesn’t display properly at all, when I do exactly the same thing in alacritty it works fine. Frankly I’ve spent too much time fiddling and now that it’s working I don’t want to spend the time to work out why!
  3. I had an old augroup for elixir which was manually setting .heex files to elixir, I think this was from years ago when I was first playing with it, and things like vim-elixir maybe didn’t exist? (or were more out of date). Anyway, removing that group meant that the .html.eex displays properly.

Anyway - all working just fine now → https://imgur.com/a/y02yJOq .. Hopefully this helps some others!