Added commentary
This commit is contained in:
parent
4e777ef670
commit
c4688976c6
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ require('lazy').setup({
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
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.opt.background = 'dark'
|
||||||
vim.g.gruvbox_italic = true
|
vim.g.gruvbox_italic = true
|
||||||
vim.cmd([[colorscheme gruvbox]])
|
vim.cmd([[colorscheme gruvbox]])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue