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, + }, + }, }