Add LspCodeLens

This commit is contained in:
Michael Chris Lopez 2021-09-07 17:02:58 +08:00 committed by GitHub
parent d0aded2586
commit 7f4c40e983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ local theme = lush(function()
-- LspDiagnosticsSignInformation { }, -- Used for "Information" 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.
-- 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,