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
|
||||
|
||||
@@ -19,7 +19,7 @@ require("packer").startup(function(use)
|
||||
use({ "folke/neodev.nvim" })
|
||||
|
||||
-- Colorschemes go here
|
||||
use({ "sainnhe/gruvbox-material" })
|
||||
use({ "sainnhe/gruvbox-material", "ellisonleao/gruvbox.nvim" })
|
||||
|
||||
-- Make commenting code great
|
||||
use({
|
||||
|
||||
Reference in New Issue
Block a user