fix(nvim): properly lazy load neogit

This commit is contained in:
Price Hiller 2022-10-16 17:09:39 -05:00
parent f684180089
commit ad7878d4b6

View File

@ -605,7 +605,7 @@ return packer.startup({
},
})
end,
cmd = { "Neogit" },
event = "BufWinEnter",
requires = {
"sindrets/diffview.nvim",
},