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

@@ -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({