Add highlight for active parameter in LSP signature help
This commit is contained in:
parent
e7adfd5cb8
commit
87864c12db
1 changed files with 9 additions and 0 deletions
|
@ -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' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue