13 lines
185 B
Lua
13 lines
185 B
Lua
return {
|
|
{
|
|
-- dir = "~/dev/plugins/ashen.nvim/",
|
|
"ficcdaf/ashen.nvim",
|
|
dev = true,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "ashen",
|
|
},
|
|
},
|
|
}
|