nvim: pin neovim to older commit

after that came some bugs that prevent me from using it
This commit is contained in:
tastytea 2022-10-05 20:11:43 +02:00
parent 820b17ffca
commit dfed47d0a4
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -188,6 +188,8 @@ require('packer').startup({ function(use)
'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',