From 12358eec6c2916a4168407f7ed9a588caa939f37 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 2 Jan 2025 18:15:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-02 18:15:02 --- .config/nvim/lua/plugins/ashen.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 2759d59a..124f0bc5 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -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",