chore: cleanup commented code

This commit is contained in:
Matej Janezic 2024-11-23 01:40:43 +01:00
parent b2fe474605
commit 7c09124f3d
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 0 additions and 7 deletions

View File

@ -29,13 +29,6 @@ require('lazy').setup({
'sainnhe/gruvbox-material', 'sainnhe/gruvbox-material',
priority = 1000, priority = 1000,
lazy = false, lazy = false,
-- config = function()
-- vim.g.gruvbox_material_background = 'soft'
-- vim.g.gruvbox_material_better_performance = 1
-- vim.g.gruvbox_material_enable_italic = 1
--
-- vim.cmd.colorscheme 'gruvbox-material'
-- end,
config = function() config = function()
vim.o.background = 'dark' vim.o.background = 'dark'
vim.g.gruvbox_material_background = 'light' vim.g.gruvbox_material_background = 'light'