Remove toggleterm

This commit is contained in:
Imbus 2026-03-05 17:55:45 +01:00
parent d5e1af525b
commit d085820118

View file

@ -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.