summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-09-06 18:35:12 +0430
committerGitHub <[email protected]>2021-09-06 18:35:12 +0430
commit129768da1d5903dfe05d4f530548b5e6919a9eb3 (patch)
treee886e21f8040eacb6ef7bd958e1026c05c9c89b3
parent2ccae0a74657e831c19c13039e7d4bcd201bc78b (diff)
nvim-toggleterm has been renamed to toggleterm
Fix #1489
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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()