neovim: back to gruvbox-material

This commit is contained in:
2023-03-01 22:46:21 +03:00
parent 01a2d2136f
commit 39c903d6f9
2 changed files with 1 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ vim.api.nvim_set_hl(0, "SpellBad", {
vim.cmd([[
hi clear SignColumn
colorscheme kanagawa
colorscheme gruvbox-material
]])

View File

@@ -21,7 +21,6 @@ require("packer").startup(function(use)
-- Colorschemes go here
use({ "sainnhe/gruvbox-material" })
use({ "rebelot/kanagawa.nvim" })
-- Make commenting code great
use({