refactor(nvim): do not use dev for neogit

This commit is contained in:
Price Hiller 2023-08-18 05:25:55 -05:00
parent f1faedef52
commit 051bc5db58
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,8 +1,7 @@
return {
{
"NeogitOrg/neogit",
"neogitorg/neogit",
cmd = { "Neogit" },
dev = true,
keys = {
{ "<leader>g", desc = "> Git" },
{ "<leader>gg", "<cmd>Neogit<CR>", desc = "Neogit: Open" },