refactor(nvim): no longer pin neo-tree to specific commit

This commit is contained in:
Price Hiller 2023-03-03 13:34:57 -06:00
parent 7985f743f3
commit 4ca2d9fd50
No known key found for this signature in database

View File

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