From d9c8d81a7af0c830a6e27f14d44bd7b031dac120 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 3 Jan 2025 19:15:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-03 19:15:02 --- .config/nvim/lua/plugins/ashen.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index a25dd4fd..85853175 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,10 +7,10 @@ return { -- "folke/snacks.nvim", -- }, dev = true, - opts = { - -- colors = { blue = "#ffffff" }, - hl = {}, - }, + -- opts = { + -- -- colors = { blue = "#ffffff" }, + -- -- hl = {}, + -- }, }, { "LazyVim/LazyVim",