renzmann / treesit-auto

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

No prompt auto installation #88

Closed dimicuss closed 4 months ago

dimicuss commented 4 months ago

After 1.0.2 -> 1.0.3, i suppose, prompting for grammar installation no longer works

renzmann commented 4 months ago

Did https://github.com/renzmann/treesit-auto/pull/85 fix this? I just bumped it to 1.0.4 with this change.

dimicuss commented 4 months ago

Did #85 fix this? I just bumped it to 1.0.4 with this change.

Thanks! All works properly!

ChauhanT commented 4 months ago

Hi, sorry to resurrect an old thread. I am using straight to install treesit-auto and do not see an auto installation prompt. Do I have to configure eglot before I call treesit-auto? Thank you!

dimicuss commented 4 months ago

Hi, sorry to resurrect an old thread. I am using straight to install treesit-auto and do not see an auto installation prompt. Do I have to configure eglot before I call treesit-auto? Thank you!

I think problem in straight. Can you ensure from what repo he downloads packages?

ChauhanT commented 4 months ago

Hi @dimicuss, thanks. I think I figured it out. All hooks need to go to *-ts-modes and not *-modes !