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]])