Skip to content

Commit

Permalink
nvim: switch to neovim nightly branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeEB committed Apr 8, 2024
1 parent 92702dc commit 2484c47
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' },
{ 'neogitorg/neogit', branch = 'nightly' },
-- misc
{ 'rcarriga/nvim-notify' },
{ 'olimorris/persisted.nvim' },
Expand Down

0 comments on commit 2484c47

Please sign in to comment.