style: change some style

This commit is contained in:
fiplox 2023-03-21 07:17:06 +01:00
parent 35e7242038
commit e14dc11c05
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
local M = { local M = {
url = 'https://git.filnar.com/filnar/neogruber.nvim.git', url = 'https://git.filnar.com/filnar/neogruber.nvim.git',
lazy = false, -- lazy = true,
event = 'VeryLazy'
} }
function M.config() function M.config()
@ -11,14 +12,14 @@ function M.config()
styles = { styles = {
comments = 'italic', comments = 'italic',
strings = 'NONE', strings = 'NONE',
keywords = 'NONE', keywords = 'bold',
functions = 'NONE', functions = 'NONE',
variables = 'NONE', variables = 'NONE',
diagnostics = 'underline', diagnostics = 'underline',
storage_class = 'italic', storage_class = 'bold',
structure = 'NONE', structure = 'NONE',
loop_cond = 'bold', loop_cond = 'bold',
builtin = 'NONE', builtin = 'bold',
}, },
disable = { disable = {
background = true, -- Disable setting the background color background = true, -- Disable setting the background color