diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 124f0bc5..c7437320 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,9 +7,9 @@ return { "folke/snacks.nvim", }, dev = true, - -- opts = { - -- colors = { blue = "#ffffff" }, - -- }, + opts = { + -- colors = { blue = "#ffffff" }, + }, }, { "LazyVim/LazyVim",