renzmann / treesit-auto

Automatic installation, usage, and fallback for tree-sitter major modes in Emacs 29
GNU General Public License v3.0
369 stars 28 forks source link

Automatically install and enable tree-sitter modes when visiting its corresponding original mode #12

Closed renzmann closed 1 year ago

renzmann commented 1 year ago

As discussed in #8, I really like having Emacs prompt me when a tree-sitter version of a language exists, but isn't installed yet. This is in contrast to the behavior we have now, which is to only prompt for installation if the tree-sitter mode is activated.