diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 1de2f6e..3aefd40 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -537,6 +537,15 @@ M.highlights = function() ['@lsp.type.variable'] = { link = '@variable' }, }, + lsp = { + -- LspReferenceText + -- LspReferenceRead + -- LspReferenceWrite + -- LspCodeLens + -- LspCodeLensSeparator + LspSignatureActiveParameter = { fg = C.fg0, bg = C.aqua_bg, bold = true, italic = true }, + }, + -- 'tpope/vim-fugitive' fugitive = { fugitiveHeader = { link = 'Comment' },