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", fg = "red",
}) })
require("gruvbox").setup({
italic = {
comments = true,
},
})
vim.cmd([[ vim.cmd([[
colorscheme gruvbox colorscheme gruvbox
hi clear SignColumn hi clear SignColumn

View File

@@ -19,7 +19,7 @@ require("packer").startup(function(use)
use({ "folke/neodev.nvim" }) use({ "folke/neodev.nvim" })
-- Colorschemes go here -- Colorschemes go here
use({ "sainnhe/gruvbox-material" }) use({ "sainnhe/gruvbox-material", "ellisonleao/gruvbox.nvim" })
-- Make commenting code great -- Make commenting code great
use({ use({