show lsp reference count and last git commiter
{
"edte/codelens.nvim",
opts = {},
},
{
-- Target Symbol Kinds to show lens information
target_symbol_kinds = {
SymbolKind.Function,
SymbolKind.Method,
SymbolKind.Interface,
SymbolKind.Class,
SymbolKind.Struct,
SymbolKind.Variable,
SymbolKind.Constant,
SymbolKind.Constructor,
SymbolKind.Namespace,
SymbolKind.File,
SymbolKind.Enum,
}
}
just enjoy it