diff options
| author | Abouzar Parvan <[email protected]> | 2021-09-06 18:35:12 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-06 18:35:12 +0430 | 
| commit | 129768da1d5903dfe05d4f530548b5e6919a9eb3 (patch) | |
| tree | e886e21f8040eacb6ef7bd958e1026c05c9c89b3 | |
| parent | 2ccae0a74657e831c19c13039e7d4bcd201bc78b (diff) | |
nvim-toggleterm has been renamed to toggleterm
Fix #1489
| -rw-r--r-- | lua/plugins.lua | 2 | 
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() | 
