Merge branch 'main' of github.com:rose-pine/neovim

This commit is contained in:
mvllow 2023-03-23 14:03:19 -05:00
commit 17723f76ea
No known key found for this signature in database

View file

@ -274,6 +274,11 @@ function M._load(options)
h('@lsp.typemod.function.defaultLibrary', { link = 'Special' })
h('@lsp.typemod.variable.defaultLibrary', { link = '@variable.builtin' })
-- LSP Injected Groups
h('@lsp.typemod.operator.injected', { link = '@operator' })
h('@lsp.typemod.string.injected', { link = '@string' })
h('@lsp.typemod.variable.injected', { link = '@variable' })
-- vim.lsp.buf.document_highlight()
h('LspReferenceText', { bg = p.highlight_med })
h('LspReferenceRead', { bg = p.highlight_med })