home: vim: do not italicize comments

This commit is contained in:
Bruno BELANYI 2024-11-04 11:02:35 +00:00
parent 8475d92314
commit 93a50c598b

View file

@ -102,7 +102,12 @@ gruvbox.setup({
DiffText = { fg = colors.yellow, bg = colors.bg0 },
-- Directories "pop" better in blue
Directory = { link = "GruvboxBlueBold" },
}
},
-- Comments should not be italic, for e.g: box drawing
italic = {
-- Comments should not be italic, for e.g: box drawing
comments = false,
},
})
EOF
" Use my preferred colorscheme