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 Terminal = require('toggleterm.terminal').Terminal
local lazygit = Terminal:new({ local lazygit = Terminal:new({
cmd = 'lazygit', cmd = 'lazygit',
dir = 'git_dir', dir = vim.fn.getcwd(),
direction = 'float', direction = 'float',
float_opts = { float_opts = {
border = 'double', border = 'double',