Add highlight for active parameter in LSP signature help

This commit is contained in:
Fernando Schauenburg 2024-02-20 00:50:59 +01:00
parent e7adfd5cb8
commit 87864c12db

View file

@ -537,6 +537,15 @@ M.highlights = function()
['@lsp.type.variable'] = { link = '@variable' }, ['@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' -- 'tpope/vim-fugitive'
fugitive = { fugitive = {
fugitiveHeader = { link = 'Comment' }, fugitiveHeader = { link = 'Comment' },