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",