Add LspCodeLens
This commit is contained in:
parent
056f73e7d9
commit
b7fb2ae987
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue