From ec34a0f6017828e7109b034f993ec877c419dacf Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sun, 29 Aug 2021 08:15:38 +0800 Subject: [PATCH] add LspCodeLens --- lua/zenbones/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index f34f6ad..1fa786b 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -177,6 +177,8 @@ local theme = lush(function() -- LspDiagnosticsSignInformation { }, -- Used for "Information" signs in sign column -- LspDiagnosticsSignHint { }, -- Used for "Hint" signs in sign column + LspCodeLens { LineNr }, + -- 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,