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

This commit is contained in:
Daniel Fichtinger 2024-12-11 01:45:02 -05:00
parent 5ee537bd6e
commit 19c00afbdf
2 changed files with 18 additions and 16 deletions

View file

@ -1,14 +1,16 @@
return {
"ficcdaf/ashen.nvim",
-- dir = "~/dev/plugins/ashen.nvim/",
dev = true,
-- lazy = false,
-- priority = 1000,
-- enabled = true,
-- {
-- "LazyVim/LazyVim",
-- opts = {
-- -- colorscheme = "ashen",
-- },
-- },
{
"ficcdaf/ashen.nvim",
dir = "~/dev/plugins/ashen.nvim/",
dev = true,
lazy = false,
priority = 1000,
enabled = true,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "ashen",
},
},
}