nvim: un-freeze neogit

This commit is contained in:
tastytea 2022-10-26 23:14:49 +02:00
parent 28d8b90d77
commit 21c4f6212d
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -187,9 +187,7 @@ require('packer').startup({ function(use)
'https://github.com/nvim-lua/plenary.nvim',
'https://github.com/folke/which-key.nvim',
'https://github.com/sindrets/diffview.nvim'
},
-- <https://github.com/TimUntersberger/neogit/issues/349> and others
commit = '8adf22f103250864171f7eb087046db8ad296f78',
}
}
use {
'https://github.com/tpope/vim-fugitive',