Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 824 Bytes

File metadata and controls

45 lines (35 loc) · 824 Bytes

codelens.nvim

show lsp reference count and last git commiter

codelens

📦 Installation

{
    "edte/codelens.nvim",
    opts = {},
},

📝 Configuration

{
	-- 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,
	}
}

🚀 Usage

just enjoy it

📄 Thanks