Enhance gruvbox theme

This commit is contained in:
Oliver Hartmann 2022-01-31 10:57:59 +01:00 committed by Oliver Hartmann
parent faeea7fb5f
commit 71321b1d16

View File

@ -1,4 +1,6 @@
local utils = require('utils')
vim.g.gruvbox_material_diagnostic_text_highlight=1
vim.g.gruvbox_material_diagnostic_virtual_text='colored'
vim.cmd 'colorscheme gruvbox-material' -- Put your favorite colorscheme here
vim.cmd 'syntax enable'
vim.cmd 'filetype plugin indent on'