refactor(nvim): use default branch for neogit
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m18s

This commit is contained in:
Price Hiller 2024-05-19 15:02:45 -05:00
parent 8a25c79122
commit 8fd87ef216
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -32,7 +32,6 @@ return {
{
"neogitorg/neogit",
cmd = { "Neogit" },
branch = "nightly",
keys = {
{ "<leader>g", desc = "> Git" },
{ "<leader>gg", "<cmd>Neogit<CR>", desc = "Neogit: Open" },