fix(temporary): defer colors setup and hijack window

lazy loading + opening will close the window. Need to find a fix for
this.
fixes #947
This commit is contained in:
kiyan
2022-02-09 20:59:42 +01:00
parent 879049ac03
commit 5744c469a6
2 changed files with 7 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ local function wipe_rogue_buffer()
end
end
-- FIXME: setting options to buffer clears the startup screen
function M.create_buffer()
wipe_rogue_buffer()
M.View.bufnr = a.nvim_create_buf(false, false)