style: remove setting colors on startup

This commit is contained in:
Folke Lemaitre 2022-12-23 08:41:42 +01:00
parent e2bbf3deef
commit cd023dc709
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 0 additions and 6 deletions

View File

@ -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