Skip to content

Commit

Permalink
enable toggleterm
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant-the-coder committed Jun 17, 2024
1 parent 1b9e9b5 commit a411f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/modules/tools/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function config.toggleterm()
})

local Terminal = require("toggleterm.terminal").Terminal
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true })
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "horizontal" })

function _lazygit_toggle()
lazygit:toggle()
Expand Down
2 changes: 1 addition & 1 deletion lua/modules/tools/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tools({
})

tools({
enabled = false,
enabled = true,
"akinsho/toggleterm.nvim",
keys = { "<c-t>", "<leader>tg" },
config = conf.toggleterm,
Expand Down

0 comments on commit a411f0b

Please sign in to comment.