No italic

This commit is contained in:
Oliver Hartmann 2022-02-09 13:28:15 +01:00
parent 86b5aeb691
commit b8bca37446

View File

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