master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit ca3279c762 - Show all commits

View File

@@ -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',