mirror of https://github.com/folke/lazy.nvim.git
style: remove setting colors on startup
This commit is contained in:
parent
e2bbf3deef
commit
cd023dc709
|
@ -53,12 +53,6 @@ function M.setup()
|
||||||
M.set_hl()
|
M.set_hl()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
vim.api.nvim_create_autocmd("User", {
|
|
||||||
pattern = "VeryLazy",
|
|
||||||
callback = function()
|
|
||||||
M.set_hl()
|
|
||||||
end,
|
|
||||||
})
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Reference in New Issue