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()
|
||||
end,
|
||||
})
|
||||
vim.api.nvim_create_autocmd("User", {
|
||||
pattern = "VeryLazy",
|
||||
callback = function()
|
||||
M.set_hl()
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Reference in New Issue