From d0858201188a620e2eeac269d7aca8c920ec08e9 Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 5 Mar 2026 17:55:45 +0100 Subject: [PATCH] Remove toggleterm --- lua/lazy-plugins.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 935130c..c2cf74c 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -13,9 +13,6 @@ require('lazy').setup({ -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically - -- Terminal - {'akinsho/toggleterm.nvim', version = "*", config = true}, - -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc.