NeoVim Event Highlighting + custom keybindings

Hey @mrreason this is awesome ! I have a small issue tho, the CodeHighlight highlight doesn’t seems to get registered on init. If i run :lua vim.api.nvim_set_hl(0, "CodeHighlight", { bg = "#7eaefc", foreground = "#000000" }) manually it works fine.