diff options
author | Abouzar Parvan <[email protected]> | 2021-09-06 18:36:28 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-06 18:36:28 +0430 |
commit | a5bd420cb719995b4d46d603ef976065dfb5a772 (patch) | |
tree | 0a9b05364fc8236e60c2381c09081d4517bcaabd | |
parent | 129768da1d5903dfe05d4f530548b5e6919a9eb3 (diff) |
toggleterm.nvim not toggleterm.lua :facepalm:
-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 d3f9b3c9..ef9ae041 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -183,7 +183,7 @@ return { -- Terminal { - "akinsho/toggleterm.lua", + "akinsho/toggleterm.nvim", event = "BufWinEnter", config = function() require("core.terminal").setup() |