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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user