norcalli / nvim-colorizer.lua

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

FR: Option to Exclude Words #68

Closed Liquidmantis closed 2 years ago

Liquidmantis commented 2 years ago

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. :)

Liquidmantis commented 2 years ago

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