1
0
Fork 0

Added commentary

This commit is contained in:
CRy386i 2026-03-25 15:22:27 +01:00
parent 4e777ef670
commit c4688976c6

View file

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