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