From 0184035c155ad5e5c75d2dfb8ba30aea5034f25b Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Fri, 12 Aug 2022 22:27:03 +0530 Subject: [PATCH] treesitter: Do no set normal syntax highlight here normal syntax isn't dependent on treesitter, so will be set when loading the theme --- lua/plugins/configs/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/configs/treesitter.lua b/lua/plugins/configs/treesitter.lua index 73476f0..e23501a 100644 --- a/lua/plugins/configs/treesitter.lua +++ b/lua/plugins/configs/treesitter.lua @@ -4,7 +4,6 @@ if not present then return end -require("base46").load_highlight "syntax" require("base46").load_highlight "treesitter" local options = {