diff --git a/lua/lazygit.lua b/lua/lazygit.lua index a882304..5c5cb47 100644 --- a/lua/lazygit.lua +++ b/lua/lazygit.lua @@ -53,7 +53,7 @@ local function lazygitdefaultconfigpath() -- check before replacing the following line local os = fn.substitute(fn.system("uname"), "\n", "", "") if os == "Darwin" then - return "~/Library/Application Support/lazygit/config.yml" + return "~/Library/Application\\ Support/lazygit/config.yml" else if string.find(os_name, "Window") then return "%APPDATA%/lazygit/config.yml"