style: change some style
This commit is contained in:
parent
35e7242038
commit
e14dc11c05
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user