From 07e7fb0c328e81943fcbade898c2e8afe109a368 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 3 Jul 2023 08:58:58 +0200 Subject: [PATCH] use 2.x branch of neo-tree --- 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 4c98ff8..1feff30 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', - version = '*', + branch = 'v2.x', dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended