Remove lsp lens plugin

This commit is contained in:
Fábio André Damas 2025-08-12 14:47:26 +01:00
parent 6ae3604022
commit a6c0e48645
2 changed files with 8 additions and 29 deletions

View file

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