Disable gruvbox material and setup config for gruvbox

This commit is contained in:
2022-03-28 23:39:05 +02:00
parent 04d69955d7
commit 018c25d0d7
3 changed files with 14 additions and 8 deletions

6
lua/setup/gruvbox.lua Normal file
View File

@@ -0,0 +1,6 @@
vim.g.gruvbox_material_diagnostic_text_highlight = 1
vim.g.gruvbox_material_diagnostic_virtual_text = 'colored'
vim.g.gruvbox_bold = 0
vim.g.gruvbox_italicize_comments = 0
vim.g.gruvbox_italicize_strings = 0
vim.cmd('colorscheme gruvbox')