Skip to content

Commit

Permalink
fix(indent-blankline): improve lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 1, 2024
1 parent fcb833c commit d9592cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/astronvim/plugins/indent-blankline.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
return {
"lukas-reineke/indent-blankline.nvim",
event = { "BufReadPre", "BufNewFile" },
event = "User AstroFile",
cmd = { "IBLEnable", "IBLDisable", "IBLToggle", "IBLEnableScope", "IBLDisableScope", "IBLToggleScope" },
dependencies = {
{
"AstroNvim/astrocore",
Expand Down

0 comments on commit d9592cd

Please sign in to comment.