nvim: fix lazy loading for neogit

This commit is contained in:
2024-04-20 20:44:50 +03:00
parent 3ce347be47
commit a541863c5c

View File

@ -13,4 +13,5 @@ return {
}) })
end, end,
lazy = true, lazy = true,
cmd = { "Neogit" },
} }