♻️ refactor(highlight): move highlight file
Move highlight file to utils
This commit is contained in:
@@ -53,7 +53,7 @@ autocmd({ "BufEnter", "FocusGained" }, {
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Set up autocommands and highlight settings
|
-- 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_indent_highlight()
|
||||||
load_highlight.setup_autocommands()
|
load_highlight.setup_autocommands()
|
||||||
load_highlight.setup_dashboard_highlight()
|
load_highlight.setup_dashboard_highlight()
|
||||||
|
|||||||
Reference in New Issue
Block a user