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 = {
"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,
-- },
-- },
}