AutoYADM commit: 2025-01-06 17:05:04

This commit is contained in:
Daniel Fichtinger 2025-01-06 17:05:04 -05:00
parent 3c85913730
commit cfd9038a95

View file

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