From 8f92334c5769de5e2b943ebf3f57f1e5489a0c6c Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 20 Nov 2022 21:50:13 +0530 Subject: [PATCH] load syntax highlights in treesitter config --- lua/plugins/configs/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/configs/treesitter.lua b/lua/plugins/configs/treesitter.lua index 0012a0b..8231751 100644 --- a/lua/plugins/configs/treesitter.lua +++ b/lua/plugins/configs/treesitter.lua @@ -4,6 +4,7 @@ if not present then return end +loadfile(vim.g.base46_cache .. "syntax")() loadfile(vim.g.base46_cache .. "treesitter")() local options = {