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,