From 7f4c40e98377273dff40233b68964524b2de7d96 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Tue, 7 Sep 2021 17:02:58 +0800 Subject: [PATCH] Add LspCodeLens --- lua/lush_theme/lush_template.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/lush_theme/lush_template.lua b/lua/lush_theme/lush_template.lua index 3f2c56c..f44d2fa 100644 --- a/lua/lush_theme/lush_template.lua +++ b/lua/lush_theme/lush_template.lua @@ -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,