From cfd9038a951be946fa69f92d54df0e32c5010787 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 6 Jan 2025 17:05:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-06 17:05:04 --- .config/nvim/lua/plugins/colorizer.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/nvim/lua/plugins/colorizer.lua b/.config/nvim/lua/plugins/colorizer.lua index 7b22da5e..af2b096b 100644 --- a/.config/nvim/lua/plugins/colorizer.lua +++ b/.config/nvim/lua/plugins/colorizer.lua @@ -5,13 +5,13 @@ return { dependencies = { "ficcdaf/ashen.nvim", }, - opts = {}, - -- opts = { - -- user_default_options = { - -- names = true, - -- names_custom = function() - -- return require("ashen.colors") - -- end, - -- }, - -- }, + -- opts = {}, + opts = { + user_default_options = { + names = false, + -- names_custom = function() + -- return require("ashen.colors") + -- end, + }, + }, }