add LspReferenceXXX highlight group (#75)

This commit is contained in:
Fitrah Muhammad 2022-04-11 22:19:35 +08:00 committed by GitHub
commit 0439bb7eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,6 +240,11 @@ function M.get(config)
TSVariable = { fg = p.text, style = styles.italic },
TSVariableBuiltin = { fg = p.love },
-- vim.lsp.buf.document_highlight()
LspReferenceText = { bg = p.highlight_med },
LspReferenceRead = { bg = p.highlight_med },
LspReferenceWrite = { bg = p.highlight_med },
-- romgrk/barbar.nvim
BufferCurrent = { fg = p.text, bg = p.overlay },
BufferCurrentIndex = { fg = p.text, bg = p.overlay },