nvim-highlight-colors icon indicating copy to clipboard operation
nvim-highlight-colors copied to clipboard

[BUG] Stops working in the middle of a file

Open d2718nis opened this issue 10 months ago • 7 comments

For some reason it stops highlighting the colors after multiple lines in this file:

screenshot-2024-04-04-14-49-18

Works properly after toggling it off and on again. Not sure if it's because of my setup or some issue with the plugin itself. Here's the file I'm trying it on: https://github.com/rose-pine/waybar/blob/main/rose-pine.css

Here's the part of the lazy-nvim config I'm loading it with:

return {
    "brenoprata10/nvim-highlight-colors",
    config = function()
        require "nvim-highlight-colors".setup({
            render = "virtual"
        })
    end
}

d2718nis avatar Apr 04 '24 11:04 d2718nis