From e1f4c276971710ff43a1ba3e718370227b72682c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Oct 2023 00:58:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20lsp-len?= =?UTF-8?q?s=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit having some problems when opening big files with a lot of declarations and references --- .config/nvim/lua/plugins/lsp-lens.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .config/nvim/lua/plugins/lsp-lens.lua diff --git a/.config/nvim/lua/plugins/lsp-lens.lua b/.config/nvim/lua/plugins/lsp-lens.lua deleted file mode 100644 index 1b61c7ae..00000000 --- a/.config/nvim/lua/plugins/lsp-lens.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - { - "VidocqH/lsp-lens.nvim", - event = "BufReadPost", - config = function() - require("lsp-lens").setup() - end, - }, -}