AutoYADM commit: 2024-12-11 01:15:01

This commit is contained in:
Daniel Fichtinger 2024-12-11 01:15:01 -05:00
parent bef4f0e666
commit 2c0beb3ad1
4 changed files with 11 additions and 9 deletions

View file

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