renable js/ts treesitter

This commit is contained in:
2023-01-03 08:51:36 -06:00
parent 635cc7a3ef
commit 20590fc199
+2 -2
View File
@@ -178,9 +178,9 @@ end
function M.nvim_treesitter() function M.nvim_treesitter()
local highlight_disable = { local highlight_disable = {
typescript = true, --typescript = true,
--javascript = true,
tsx = true, tsx = true,
javascript = true,
cpp = true, cpp = true,
} }
local rainbow_disable = vim.tbl_extend("force", highlight_disable, { local rainbow_disable = vim.tbl_extend("force", highlight_disable, {