neovim: remove gruvbox colorscheme
return to gruvbox-material
This commit is contained in:
@@ -2,14 +2,7 @@ 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-material
|
||||||
hi clear SignColumn
|
hi clear SignColumn
|
||||||
hi GitSignsCurrentLineBlame guifg=#888888
|
|
||||||
]])
|
]])
|
||||||
|
|||||||
@@ -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", "ellisonleao/gruvbox.nvim" })
|
use({ "sainnhe/gruvbox-material" })
|
||||||
|
|
||||||
-- Make commenting code great
|
-- Make commenting code great
|
||||||
use({
|
use({
|
||||||
|
|||||||
Reference in New Issue
Block a user