AutoYADM commit: 2025-01-02 18:15:02

This commit is contained in:
Daniel Fichtinger 2025-01-02 18:15:02 -05:00
parent fd1f04f750
commit 12358eec6c
No known key found for this signature in database
GPG key ID: D1B0947B25420214

View file

@ -2,10 +2,14 @@ return {
{ {
-- dir = "~/dev/plugins/ashen.nvim/", -- dir = "~/dev/plugins/ashen.nvim/",
"ficcdaf/ashen.nvim", "ficcdaf/ashen.nvim",
dev = true, -- only for debugging
opts = { dependencies = {
colors = { blue = "#ffffff" }, "folke/snacks.nvim",
}, },
dev = true,
-- opts = {
-- colors = { blue = "#ffffff" },
-- },
}, },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",