From 20590fc199dc5ec5faedca2efba519c2b0261797 Mon Sep 17 00:00:00 2001 From: long Date: Tue, 3 Jan 2023 08:51:36 -0600 Subject: [PATCH] renable js/ts treesitter --- lua/plugins/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/config.lua b/lua/plugins/config.lua index 7381f4a..bd18a50 100644 --- a/lua/plugins/config.lua +++ b/lua/plugins/config.lua @@ -178,9 +178,9 @@ end function M.nvim_treesitter() local highlight_disable = { - typescript = true, + --typescript = true, + --javascript = true, tsx = true, - javascript = true, cpp = true, } local rainbow_disable = vim.tbl_extend("force", highlight_disable, {