monkeypatch to open tree after processing all startup files and setting first filetype

This commit is contained in:
kiyan42 2020-10-26 21:12:49 +01:00
parent 6c2ee96207
commit ebf6f2a21a

View File

@ -196,6 +196,6 @@ function M.xdg_open()
end)) end))
end end
M.on_enter() vim.defer_fn(M.on_enter, 1)
return M return M