norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.23k stars 117 forks source link

Bug: Colorisation stops when using the colorscheme command #91

Open darida12321 opened 1 year ago

darida12321 commented 1 year ago

Describe the bug after changing color scheme, the created highlight groups get deleted (for most color schemes) and it disables highlighting

To Reproduce use a color scheme such as tokyonight, gruvbox, etc... open up file with colorization reload color scheme

Suggestion I'm relatively new to nvim and lua, but maybe something like an autocmd could work that executes the function again?

Matts966 commented 1 year ago

maybe related to

https://github.com/cocopon/iceberg.vim/issues/90

korniychuk commented 1 year ago

fixed here https://github.com/NvChad/nvim-colorizer.lua