daler / dotfiles

dotfiles, batteries included
https://daler.github.io/dotfiles/
19 stars 13 forks source link

ReStructured Text and treesitter troubleshooting #32

Closed daler closed 10 months ago

daler commented 10 months ago

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.