changed to gruvbox

This commit is contained in:
Oliver Hartmann
2022-02-04 09:10:56 +01:00
parent 667e42fe57
commit 29b32edada
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
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 'colorscheme gruvbox' -- Put your favorite colorscheme here
vim.cmd 'syntax enable'
vim.cmd 'filetype plugin indent on'
vim.cmd 'language en_US.utf-8'