Open
Description
I have installed the plugin, but it does not work.
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
Labels
No labels