13 lines
186 B
Lua
13 lines
186 B
Lua
return {
|
|
"ficcdaf/ashen.nvim",
|
|
-- lazy = false,
|
|
priority = 1000,
|
|
enabled = true,
|
|
dev = true,
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "ashen",
|
|
},
|
|
},
|
|
}
|