We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9e9b5 commit a411f0bCopy full SHA for a411f0b
lua/modules/tools/config.lua
@@ -114,7 +114,7 @@ function config.toggleterm()
114
})
115
116
local Terminal = require("toggleterm.terminal").Terminal
117
- local lazygit = Terminal:new({ cmd = "lazygit", hidden = true })
+ local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "horizontal" })
118
119
function _lazygit_toggle()
120
lazygit:toggle()
lua/modules/tools/plugins.lua
@@ -23,7 +23,7 @@ tools({
23
24
25
tools({
26
- enabled = false,
+ enabled = true,
27
"akinsho/toggleterm.nvim",
28
keys = { "<c-t>", "<leader>tg" },
29
config = conf.toggleterm,
0 commit comments