Skip to content

Commit

Permalink
fix(neogit): Need to setup neogit before it runs (#441)
Browse files Browse the repository at this point in the history
* fix: Need to setup neogit before it runs

Add config setup to setup neogit so it runs

* Simplify setup call

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
dsisnero and mehalter committed Jul 15, 2023
1 parent 86640cc commit 60b95d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/git/neogit/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ return {
{ "nvim-lua/plenary.nvim" },
},
event = "User AstroGitFile",
opts = {},
keys = {
{ prefix .. "nt", "<cmd>Neogit<CR>", desc = "Open Neogit Tab Page" },
{ prefix .. "nc", "<cmd>Neogit commit<CR>", desc = "Open Neogit Commit Page" },
Expand Down

0 comments on commit 60b95d3

Please sign in to comment.