fix(nvim): pin neogit to commit prior to a fault

The latest edge of neogit causes the neo-tree buffer to close on opening
some files inside git projects
This commit is contained in:
Price Hiller 2023-02-22 20:15:43 -06:00
parent 4a215a1623
commit 32eccf1bcc
No known key found for this signature in database

View File

@ -212,6 +212,7 @@ lazy.setup({
"nvim-neo-tree/neo-tree.nvim",
event = "VeryLazy",
branch = "v2.x",
commit = "4077fc611aa084ac3a171f69c2d7af23b2180a3e",
dependencies = {
"kyazdani42/nvim-web-devicons",
"nvim-lua/plenary.nvim",