From c4688976c65f0f80312f1479d2823dd70419fcef Mon Sep 17 00:00:00 2001 From: CRy386i Date: Wed, 25 Mar 2026 15:22:27 +0100 Subject: [PATCH] Added commentary --- lua/plugins/lazy.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/lazy.lua b/lua/plugins/lazy.lua index f89899d..57ed298 100644 --- a/lua/plugins/lazy.lua +++ b/lua/plugins/lazy.lua @@ -20,7 +20,8 @@ require('lazy').setup({ lazy = false, priority = 1000, config = function() - vim.opt.termguicolors = true -- If we want ANSI shit in the "compile mode" for colorize, it must be stay "true" + vim.opt.termguicolors = true -- If we want ANSI shit in the "compile mode" for the highlight, it must be stay "true". + -- But it may be a buggy thing because, on Windows (Alacritty?), it's producing visual artifacts. vim.opt.background = 'dark' vim.g.gruvbox_italic = true vim.cmd([[colorscheme gruvbox]])