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.