From d9941dd1229ec5fc8473cf911d1c3ec90f54f157 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 25 Jul 2023 23:13:39 +0200 Subject: [PATCH] use 3.x branch of neotree --- lua/custom/plugins/filetree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/filetree.lua b/lua/custom/plugins/filetree.lua index 1feff30..c100ccb 100644 --- a/lua/custom/plugins/filetree.lua +++ b/lua/custom/plugins/filetree.lua @@ -2,7 +2,7 @@ vim.cmd [[ let g:neo_tree_remove_legacy_commands = 1 ]] return { 'nvim-neo-tree/neo-tree.nvim', - branch = 'v2.x', + branch = 'v3.x', dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended