norcalli/nvim-colorizer.lua

FR: Option to Exclude Words

Liquidmantis opened this issue · 1 comments

This might be more trouble than it's worth, but I like the idea of colorizing words and would like to have a way to disable certain words without disabling filetypes.

We use Azure as a cloud provider and I write a lot of documentation and code involving Azure, and it still trips me up to see it randomly highlighted in markdown docs. :)

Didn't realize this was still open. This is possible by setting Names = false in an md section in the setup block.