From dc503681de2a31c2ec68ccc8e8fd0c83f633f8a8 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 17 Jan 2024 17:08:40 -0600 Subject: fix: don't highlight color words --- lua/plugins/colorizer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/colorizer.lua b/lua/plugins/colorizer.lua index f676278..ec1eec6 100644 --- a/lua/plugins/colorizer.lua +++ b/lua/plugins/colorizer.lua @@ -5,7 +5,7 @@ return { user_default_options = { RGB = true, -- #RGB hex codes RRGGBB = true, -- #RRGGBB hex codes - names = true, -- "Name" codes like Blue or blue + names = false, -- "Name" codes like Blue or blue RRGGBBAA = false, -- #RRGGBBAA hex codes AARRGGBB = false, -- 0xAARRGGBB hex codes rgb_fn = false, -- CSS rgb() and rgba() functions -- cgit v1.2.3-54-g00ecf