remove print
This commit is contained in:
parent
55ad0957b5
commit
0ca069459a
@ -52,7 +52,6 @@ local LINKS = {
|
|||||||
|
|
||||||
function M.init_colors()
|
function M.init_colors()
|
||||||
colors = get_colors()
|
colors = get_colors()
|
||||||
print(vim.inspect(colors))
|
|
||||||
HIGHLIGHTS = create_hl()
|
HIGHLIGHTS = create_hl()
|
||||||
for k, d in pairs(HIGHLIGHTS) do
|
for k, d in pairs(HIGHLIGHTS) do
|
||||||
local gui = d.gui or 'NONE'
|
local gui = d.gui or 'NONE'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user