diff --git a/.config/nvim/lua/plugins/colorizer.lua b/.config/nvim/lua/plugins/colorizer.lua index 476f7214..62474b2a 100644 --- a/.config/nvim/lua/plugins/colorizer.lua +++ b/.config/nvim/lua/plugins/colorizer.lua @@ -5,12 +5,12 @@ return { dependencies = { "ficcdaf/ashen.nvim", }, - opts = { - user_default_options = { - names = true, - names_custom = function() - return require("ashen.colors") - end, - }, - }, + -- opts = { + -- user_default_options = { + -- names = true, + -- names_custom = function() + -- return require("ashen.colors") + -- end, + -- }, + -- }, }