neovim: change gruvbox colorscheme variant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user