Turns out the treesitter ReStructured Text parser doesn't support ReST substitutions, and using them in a document causes nvim to hang. So this disables their use (which unfortunately prevents aerial from being used on ReST files).
This also adds some troubleshooting notes about compilers and treesitter parsers.
It also tries to streamline the installation process by rearranging when to restart the terminal in the recommended steps.
Turns out the treesitter ReStructured Text parser doesn't support ReST substitutions, and using them in a document causes nvim to hang. So this disables their use (which unfortunately prevents
aerial
from being used on ReST files).This also adds some troubleshooting notes about compilers and treesitter parsers.
It also tries to streamline the installation process by rearranging when to restart the terminal in the recommended steps.