|
@@ -6,7 +6,7 @@ return {
|
|
|
local configs = require("nvim-treesitter.configs")
|
|
local configs = require("nvim-treesitter.configs")
|
|
|
|
|
|
|
|
configs.setup({
|
|
configs.setup({
|
|
|
- ensure_installed = { "c", "lua", "vim", "vimdoc", "javascript", "html", "rust", "regex" },
|
|
|
|
|
|
|
+ ensure_installed = { "c", "lua", "vim", "vimdoc", "javascript", "html", "rust", "regex", "typescript", "tsx" },
|
|
|
sync_install = false,
|
|
sync_install = false,
|
|
|
highlight = { enable = true },
|
|
highlight = { enable = true },
|
|
|
indent = { enable = true },
|
|
indent = { enable = true },
|