Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling for typst not working #255

Open
physicophilic opened this issue Dec 1, 2024 · 0 comments
Open

Disabling for typst not working #255

physicophilic opened this issue Dec 1, 2024 · 0 comments

Comments

@physicophilic
Copy link

physicophilic commented Dec 1, 2024

I don't want to use typst treesitter, but even if I set

require("image").setup({
    typst = {
      enabled = false,
      filetypes = { "typst" },
    },
}

image.nvim is not disabled for typst and I get persistent errors that treesitter for typst is not installed (of course it is not). I had to install it to get it fixed. I'm using a different plugin for typst which I'd like to continue with till there is better support in treesitter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant