mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
style: remove setting colors on startup
This commit is contained in:
parent
e2bbf3deef
commit
cd023dc709
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue