AutoYADM commit: 2025-01-03 10:30:02

This commit is contained in:
Daniel Fichtinger 2025-01-03 10:30:02 -05:00
parent c1af6e4668
commit 4e7ea90d76
No known key found for this signature in database
GPG key ID: D1B0947B25420214

View file

@ -5,12 +5,12 @@ return {
dependencies = { dependencies = {
"ficcdaf/ashen.nvim", "ficcdaf/ashen.nvim",
}, },
opts = { -- opts = {
user_default_options = { -- user_default_options = {
names = true, -- names = true,
names_custom = function() -- names_custom = function()
return require("ashen.colors") -- return require("ashen.colors")
end, -- end,
}, -- },
}, -- },
} }