White Owl
White Owl
This should get a bit more priority... Making this kind of behaviour more consistent between options like `vim.opt.listchars` and `vim.opt.breakindentopt` seems like it would be an easy way of subtly...
This issue has not been resolved!!! I have the exact same issue: the highlighting does not update in real time. It starts working as intended and updates in real time...
For anyone looking for a temporary 'fix' for this problem, the following autocommand seems to work: ```lua -- HACK: temporary fix to ensure rainbow delimiters are highlighted in real-time vim.api.nvim_create_autocmd(...
@HiPhish I am really embarrassed about the fact that I published the code like that publicly and I must apologize for the confusion... You see, I wrote that temporary fix...