Skip to content

Commit

Permalink
fix: remove schedule from init
Browse files Browse the repository at this point in the history
fix #635
  • Loading branch information
lukas-reineke committed Sep 28, 2023
1 parent 12f4fff commit 6b11527
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions lua/ibl/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ local setup = function(config)
return
end

vim.schedule_wrap(function()
inlay_hints.setup()
highlights.setup()
autocmds.setup()

M.refresh_all()
end)()
inlay_hints.setup()
highlights.setup()
autocmds.setup()
M.refresh_all()
end

--- Initializes and configures indent-blankline.
Expand Down

0 comments on commit 6b11527

Please sign in to comment.