Skip to content

Commit

Permalink
nvim: switch to master branch of neogit
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed May 15, 2024
1 parent 5ea6cdb commit 53563b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require('lazy').setup({
-- git
{ 'lewis6991/gitsigns.nvim' },
{ 'sindrets/diffview.nvim', opts = { use_icons = false } },
{ 'neogitorg/neogit', branch = 'nightly' },
{ 'neogitorg/neogit' },
-- misc
{ 'rcarriga/nvim-notify' },
{ 'olimorris/persisted.nvim' },
Expand Down

0 comments on commit 53563b8

Please sign in to comment.