From b3fdc17183192f042680f1ef103e74fb6c52a8b5 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sun, 10 Sep 2023 12:33:12 +0530 Subject: [PATCH] refactor: remove the redundant plugin --- lua/plugins/editor.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 36e69f1..8d549ec 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -302,16 +302,6 @@ return { opts = {}, }, - { - "akinsho/toggleterm.nvim", - opts = { - open_mapping = [[]], - winbar = { - enabled = true, - }, - }, - }, - { "kdheepak/lazygit.nvim", dependencies = {