neovim: retrobox > gruvbox

This commit is contained in:
2024-03-01 14:11:34 +03:00
parent 905d02f180
commit 4b4797d6df
2 changed files with 0 additions and 3 deletions

View File

@@ -37,5 +37,4 @@ vim.opt.ignorecase = true
vim.opt.list = true
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "" }
vim.g.gruvbox_material_foreground = "mix" -- material, mix or original
vim.cmd.colorscheme("retrobox")

View File

@@ -15,8 +15,6 @@ require("packer").startup(function(use)
use({ "wbthomason/packer.nvim" })
use({ "nvim-lua/plenary.nvim" })
use({ "sainnhe/gruvbox-material" })
use({ "nvim-treesitter/nvim-treesitter" })
use({
"JoosepAlviste/nvim-ts-context-commentstring",