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:
parent
4a215a1623
commit
32eccf1bcc
@ -212,6 +212,7 @@ lazy.setup({
|
|||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
branch = "v2.x",
|
branch = "v2.x",
|
||||||
|
commit = "4077fc611aa084ac3a171f69c2d7af23b2180a3e",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"kyazdani42/nvim-web-devicons",
|
"kyazdani42/nvim-web-devicons",
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user