neovim: change gruvbox colorscheme variant

This commit is contained in:
2023-07-27 23:04:31 +03:00
parent c6c34c566f
commit e095082293
2 changed files with 7 additions and 1 deletions

View File

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