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/",
"ficcdaf/ashen.nvim",
dev = true,
opts = {
colors = { blue = "#ffffff" },
-- only for debugging
dependencies = {
"folke/snacks.nvim",
},
dev = true,
-- opts = {
-- colors = { blue = "#ffffff" },
-- },
},
{
"LazyVim/LazyVim",