renable js/ts treesitter
This commit is contained in:
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user