diff --git a/lua/plugins/toggleterm.lua b/lua/plugins/toggleterm.lua index 2fcca54..83d91d8 100644 --- a/lua/plugins/toggleterm.lua +++ b/lua/plugins/toggleterm.lua @@ -20,7 +20,7 @@ return { local Terminal = require('toggleterm.terminal').Terminal local lazygit = Terminal:new({ cmd = 'lazygit', - dir = 'git_dir', + dir = vim.fn.getcwd(), direction = 'float', float_opts = { border = 'double',