nvim: use OG gruvbox

This commit is contained in:
thomasabishop 2024-04-17 18:29:46 +01:00
parent 137404d975
commit ccbffa4c32
2 changed files with 2 additions and 2 deletions

View file

@ -26,4 +26,4 @@ opt.backspace = "indent,eol,start"
opt.conceallevel = 0
-- vim.notify = require("notify")
-- vim.g.gruvbox_material_background = "medium"
vim.g.gruvbox_material_enable_bold = 1
vim.g.gruvbox_material_enable_bold = 0

View file

@ -9,7 +9,7 @@ end
lualine.setup({
options = {
theme = "gruvbox-material",
theme = "gruvbox",
component_separators = { left = "|", right = "|" },
section_separators = { left = " ", right = " " },
},