Opening a cpp file, I get this:
⛔ Warning (treesit): Cannot activate tree-sitter, because language grammar for c is unavailable (version-mismatch): 15
And likewise for opening a python file:
⛔ Warning (treesit): The installed language grammar for python cannot be located or has problems (version-mismatch): 15
This is my config
(use-package treesit-auto
:ensure t
:config
(setq treesit-auto-install 'prompt) ;; auto-install grammars when missing
(global-treesit-auto-mode))
I'm not sure if this is an bug from my end or not. Any ideas on how to fix this? Thanks.
Opening a cpp file, I get this:
And likewise for opening a python file:
This is my config
I'm not sure if this is an bug from my end or not. Any ideas on how to fix this? Thanks.