From 12ac01775ba30a25d8f226c8ff68591cd8a427ab Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 17 Aug 2024 00:35:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(highlights):=20remove=20ol?= =?UTF-8?q?d=20commented=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cleaning up junk --- lua/config/autocmds.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/config/autocmds.lua b/lua/config/autocmds.lua index 1e2290b..411fb11 100644 --- a/lua/config/autocmds.lua +++ b/lua/config/autocmds.lua @@ -54,6 +54,5 @@ autocmd({ "BufEnter", "FocusGained" }, { -- Set up autocommands and highlight settings local load_highlight = require("utils.highlight") --- load_highlight.setup_indent_highlight() load_highlight.setup_autocommands() load_highlight.setup_dashboard_highlight()