Update lazy_load.lua

This commit is contained in:
Aki 2022-08-24 08:17:40 +05:30
parent 0f5a96028e
commit 4ac1ece326
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ M.mason_cmds = {
M.gitsigns = function()
autocmd({ "BufRead" }, {
callback = function()
vim.fn.system("git rev-parse" .. " " .. vim.fn.expand "%:p:h")
vim.fn.system("git rev-parse " .. vim.fn.expand "%:p:h")
if vim.v.shell_error == 0 then
vim.schedule(function()
require("packer").loader "gitsigns.nvim"