add missing TermCursorNC

This commit is contained in:
Michael Chris Lopez
2021-10-01 18:14:51 +08:00
parent a830ad518d
commit d863cd37a6
3 changed files with 3 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ local theme = lush(function()
-- These groups are for the native LSP client. Some other LSP clients may
-- use these groups, or use their own. Consult your LSP client's
-- documentation.
LspReferenceText { ColorColumn }, -- used for highlighting "text" references
LspReferenceRead { ColorColumn }, -- used for highlighting "read" references
LspReferenceWrite { ColorColumn }, -- used for highlighting "write" references