diff --git a/lua/plugins/bamboo.lua b/lua/plugins/bamboo.lua index 5318d61..2b485db 100644 --- a/lua/plugins/bamboo.lua +++ b/lua/plugins/bamboo.lua @@ -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' },