neovim: change gruvbox colorscheme variant

This commit is contained in:
2023-07-27 23:04:31 +03:00
parent c6c34c566f
commit e095082293
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@ vim.api.nvim_set_hl(0, "SpellBad", {
fg = "red",
})
require("gruvbox").setup({
italic = {
comments = true,
},
})
vim.cmd([[
colorscheme gruvbox
hi clear SignColumn