Remove keymap setup from toggleterm

This commit is contained in:
Andreas Wachs 2023-07-07 07:45:27 +02:00
parent 6ddbdfe6cf
commit 9bb018d229
1 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,4 @@
local Terminal = require('toggleterm.terminal').Terminal
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true })
function _lazygit_toggle()
lazygit:toggle()
end
return {
{