chore(nvim): gruvbox original hard and some plugin changes

This commit is contained in:
2024-04-18 01:21:37 +01:00
parent 7a178fa992
commit a0111a6c4c
6 changed files with 118 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
vim.g.gruvbox_material_better_performance = 1
vim.g.gruvbox_material_background = 'medium'
vim.g.gruvbox_material_background = 'hard'
vim.g.gruvbox_material_foreground = 'original'
vim.opt.background = 'dark'
vim.cmd('colorscheme gruvbox-material')