mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
rm dead code | add terminal highlights
This commit is contained in:
parent
1fdb81e1f7
commit
b6906663f7
6 changed files with 25 additions and 55 deletions
|
|
@ -16,6 +16,9 @@ for _, file in ipairs(hl_files) do
|
|||
highlights = merge_tb(highlights, integration)
|
||||
end
|
||||
|
||||
-- term colors
|
||||
require "term_hl"
|
||||
|
||||
-- override user highlights if there are any
|
||||
local user_highlights = require("core.utils").load_config().ui.hl_override
|
||||
highlights = merge_tb(highlights, user_highlights)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue