added lsp comment highlight to bamboo

This commit is contained in:
Oliver Hartmann 2024-05-07 09:13:29 +02:00
parent b8b8b02098
commit 8e2604d30a

View File

@ -18,6 +18,7 @@ return {
variables = {},
},
highlights = {
['@lsp.type.comment'] = { link = '@comment', default = true },
['@lsp.type.parameter'] = { fg = colors.vulgaris.red },
['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' },
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },