neovim: remove gruvbox colorscheme

return to gruvbox-material
This commit is contained in:
2023-07-30 10:32:40 +03:00
parent f7efd342b4
commit 8d5dc18b6d
2 changed files with 2 additions and 9 deletions

View File

@@ -2,14 +2,7 @@ vim.api.nvim_set_hl(0, "SpellBad", {
fg = "red",
})
require("gruvbox").setup({
italic = {
comments = true,
},
})
vim.cmd([[
colorscheme gruvbox
colorscheme gruvbox-material
hi clear SignColumn
hi GitSignsCurrentLineBlame guifg=#888888
]])

View File

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