Remove lsp lens plugin
This commit is contained in:
parent
6ae3604022
commit
a6c0e48645
2 changed files with 8 additions and 29 deletions
|
|
@ -1,20 +0,0 @@
|
|||
return {
|
||||
'VidocqH/lsp-lens.nvim',
|
||||
|
||||
opts = {
|
||||
sections = {
|
||||
definition = function(count)
|
||||
return " Definitions: " .. count
|
||||
end,
|
||||
references = function(count)
|
||||
return " References: " .. count
|
||||
end,
|
||||
implements = function(count)
|
||||
return " Implements: " .. count
|
||||
end,
|
||||
git_authors = function(latest_author, count)
|
||||
return " " .. latest_author .. (count - 1 == 0 and "" or (" + " .. count - 1))
|
||||
end,
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue