From 105e5ddb054b3d44e4b8220b867ee62b914989b8 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 18 Jun 2023 10:41:37 -0500 Subject: [PATCH] Update ccc-nvim.lua Fix attached buffer error and utilize the auto loading instead of calling it directly --- lua/astrocommunity/color/ccc-nvim/ccc-nvim.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/astrocommunity/color/ccc-nvim/ccc-nvim.lua b/lua/astrocommunity/color/ccc-nvim/ccc-nvim.lua index 06a941259..62df1a598 100644 --- a/lua/astrocommunity/color/ccc-nvim/ccc-nvim.lua +++ b/lua/astrocommunity/color/ccc-nvim/ccc-nvim.lua @@ -7,7 +7,6 @@ return { opts = { highlighter = { auto_enable = true } }, config = function(_, opts) require("ccc").setup(opts) - require("ccc.highlighter"):enable() end, }, }