Skip to content

edte/codelens.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

show lsp reference count and last git commiter like jetbrains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages