Skip to content

Version Mismatch #141

@lycheeje11y

Description

@lycheeje11y

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions