From 6a5000a42a64a78277f471863e8c88e63c670090 Mon Sep 17 00:00:00 2001 From: zymon Date: Tue, 27 Aug 2024 20:55:13 +0200 Subject: [PATCH] rm futures --- lua/znvim/plugins/editor.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/znvim/plugins/editor.lua b/lua/znvim/plugins/editor.lua index e6c7483..38cc2eb 100644 --- a/lua/znvim/plugins/editor.lua +++ b/lua/znvim/plugins/editor.lua @@ -14,7 +14,6 @@ return { local fallback_on_empty = fallback_name == "" and fallback_ft == "" if fallback_on_empty then require("neo-tree").close_all() - vim.cmd("Alpha") vim.cmd(event.buf .. "bwipeout") end end,