Add LspCodeLens

This commit is contained in:
Michael Chris Lopez 2021-09-07 17:02:58 +08:00 committed by GitHub
parent 056f73e7d9
commit b7fb2ae987
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -206,6 +206,8 @@ local theme = lush(function()
-- LspDiagnosticsSignInformation { }, -- Used for "Information" signs in sign column -- LspDiagnosticsSignInformation { }, -- Used for "Information" signs in sign column
-- LspDiagnosticsSignHint { }, -- Used for "Hint" signs in sign column -- LspDiagnosticsSignHint { }, -- Used for "Hint" signs in sign column
-- LspCodeLens { }, -- Used to color the virtual text of the codelens
-- These groups are for the neovim tree-sitter highlights. -- These groups are for the neovim tree-sitter highlights.
-- As of writing, tree-sitter support is a WIP, group names may change. -- As of writing, tree-sitter support is a WIP, group names may change.
-- By default, most of these groups link to an appropriate Vim group, -- By default, most of these groups link to an appropriate Vim group,