feat(theme): add @variable.global

This commit is contained in:
Mandy Noto 2023-05-07 15:29:22 -07:00
commit 54f27732c3
No known key found for this signature in database

View file

@ -301,6 +301,7 @@ function M.get(config)
['@type'] = { link = 'Type' },
['@variable'] = { fg = p.text, style = styles.italic },
['@variable.builtin'] = { fg = p.love },
['@variable.global'] = { fg = p.love },
-- vim.lsp.buf.document_highlight()
LspReferenceText = { bg = p.highlight_med },