Merge pull request #36 from jdelkins/master

This commit is contained in:
Dheepak Krishnamurthy
2021-03-24 15:42:29 -06:00
committed by GitHub

View File

@@ -146,6 +146,7 @@ local function lazygit(path)
if path == nil then
path = project_root_dir()
end
path = vim.fn.fnameescape(path)
open_floating_window()
local cmd = "lazygit"
if not vim.env.GIT_DIR then