refactor: utils are in the global scope now

This commit is contained in:
Arman.H 2022-05-10 18:21:37 +04:30
parent a0d1322b9e
commit 8ac4b01da2
4 changed files with 12 additions and 5 deletions

View file

@ -20,7 +20,7 @@ end
require "term_hl"
-- override user highlights if there are any
local user_highlights = require("core.utils").load_config().ui.hl_override
local user_highlights = nvchad.load_config().ui.hl_override
highlights = merge_tb(highlights, user_highlights)
-- finally set all highlights :D