Skip to content

edte/codelens.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 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

No packages published

Languages