🗑️ remove(nvim): lsp-lens disabled

having some problems when opening big files with a lot of declarations and references
This commit is contained in:
Sergio Laín 2023-10-09 00:58:31 +02:00
parent 84c4a158c8
commit e1f4c27697
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,9 +0,0 @@
return {
{
"VidocqH/lsp-lens.nvim",
event = "BufReadPost",
config = function()
require("lsp-lens").setup()
end,
},
}