feat: use latest neo tree version

This commit is contained in:
fm39hz-workstation 2024-05-24 14:21:00 +07:00 committed by fm39hz-laptop
parent abbde44113
commit 9365972266

View file

@ -59,4 +59,13 @@ return {
},
},
},
{
"nvim-neo-tree/neo-tree.nvim",
dependencies = "MunifTanjim/nui.nvim",
version = "*",
opts = {
auto_clean_after_session_restore = true,
close_if_last_window = true,
},
},
}