From 129768da1d5903dfe05d4f530548b5e6919a9eb3 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Mon, 6 Sep 2021 18:35:12 +0430 Subject: nvim-toggleterm has been renamed to toggleterm Fix #1489 --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 98721c6c..d3f9b3c9 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -183,7 +183,7 @@ return { -- Terminal { - "akinsho/nvim-toggleterm.lua", + "akinsho/toggleterm.lua", event = "BufWinEnter", config = function() require("core.terminal").setup() -- cgit v1.2.3