From bae734bb3796c0be61e07911b5e1b19cff78e255 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 18 Mar 2025 20:06:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20=20Cleaned(lazyvim):=20?= =?UTF-8?q?remove=20old=20commented=20lazyvim=20extras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/lvplugs/lvplugs.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/lvplugs/lvplugs.lua b/lua/lvplugs/lvplugs.lua index 116e3b0..f4a282d 100644 --- a/lua/lvplugs/lvplugs.lua +++ b/lua/lvplugs/lvplugs.lua @@ -36,9 +36,6 @@ return { { -- NeoTest import = 'lazyvim.plugins.extras.test.core', }, - -- { -- Aerial - -- import = 'lazyvim.plugins.extras.editor.aerial', - -- }, { import = 'lazyvim.plugins.extras.ui.smear-cursor' }, { -- Dial import = 'lazyvim.plugins.extras.editor.dial', @@ -49,9 +46,6 @@ return { { -- Snacks Picker import = 'lazyvim.plugins.extras.editor.snacks_picker', }, - -- { -- Outline - -- import = 'lazyvim.plugins.extras.editor.outline', - -- }, { -- IncRename import = 'lazyvim.plugins.extras.editor.inc-rename', }, @@ -64,9 +58,6 @@ return { { -- Refactoring import = 'lazyvim.plugins.extras.editor.refactoring', }, - -- { - -- import = 'lazyvim.plugins.extras.editor.harpoon2', - -- }, { -- Octo plugin import = 'lazyvim.plugins.extras.util.octo', },