Update lazy_load.lua
This commit is contained in:
parent
0f5a96028e
commit
4ac1ece326
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue