Skip to content

plugin does not work #138

Open
Open
@githubxone

Description

@githubxone

I have installed the plugin, but it does not work.
image

my tree-sitter config:

require("nvim-treesitter.configs").setup {
  ensure_installed = { "vim", "vimdoc", "bash", "c", "cpp", "json", "lua", "python", "markdown", "markdown_inline",
 "make", "cmake" }, -- one of "all" or a list of languages

  highlight = { enable = true },
  indent = { enable = true },
}

Do I forget to config other thing?

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