AutoYADM commit: 2024-12-11 01:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-11 01:00:02 -05:00
parent 14e2b73a73
commit bef4f0e666
4 changed files with 138 additions and 130 deletions

View file

@ -1,5 +1,13 @@
return {
"ficcdaf/ashen.nvim",
enabled = false,
enabled = true,
dev = true,
{
"LazyVim/LazyVim",
opts = {
colorscheme = function()
require("ashen").setup()
end,
},
},
}