♻️ refactor(highlight): move highlight file

Move highlight file to utils
This commit is contained in:
2024-08-07 19:53:05 -04:00
parent aeed123f0e
commit bd102d4daa
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ autocmd({ "BufEnter", "FocusGained" }, {
})
-- Set up autocommands and highlight settings
local load_highlight = require("config.highlight")
local load_highlight = require("utils.highlight")
-- load_highlight.setup_indent_highlight()
load_highlight.setup_autocommands()
load_highlight.setup_dashboard_highlight()