Skip to content

Commit a411f0b

Browse files
enable toggleterm
1 parent 1b9e9b5 commit a411f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/modules/tools/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function config.toggleterm()
114114
})
115115

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

119119
function _lazygit_toggle()
120120
lazygit:toggle()

lua/modules/tools/plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tools({
2323
})
2424

2525
tools({
26-
enabled = false,
26+
enabled = true,
2727
"akinsho/toggleterm.nvim",
2828
keys = { "<c-t>", "<leader>tg" },
2929
config = conf.toggleterm,

0 commit comments

Comments
 (0)