From 53cd0b1cff2420cb84c9138770c094592244cad0 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 16 Jul 2023 08:39:25 +0200 Subject: [PATCH] fix(neo-tree): remove legaccy commands --- lua/lazyvim/plugins/editor.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index d334e376..6d8db3ec 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -29,7 +29,6 @@ return { vim.cmd([[Neotree close]]) end, init = function() - vim.g.neo_tree_remove_legacy_commands = 1 if vim.fn.argc() == 1 then local stat = vim.loop.fs_stat(vim.fn.argv(0)) if stat and stat.type == "directory" then