AutoYADM commit: 2024-12-21 20:45:02

This commit is contained in:
Daniel Fichtinger 2024-12-21 20:45:02 -05:00
parent 60eab70e83
commit ae3b3fd973

View file

@ -1,6 +1,16 @@
return {
"catgoose/nvim-colorizer.lua",
event = "BufReadPre",
opts = { -- set to setup table
dependencies = {
"ficcdaf/ashen.nvim",
},
opts = {
user_default_options = {
names = true,
names_custom = function()
local ashen = require("ashen.colors")
return ashen
end,
},
},
}