Skip to content

Commit

Permalink
indent-blankline: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent 4736f2b commit fe59c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixvim/plugins/indent-blankline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
(!lib.hasAttr "indent" config.plugins.snacks.settings)
|| !config.plugins.snacks.settings.indent.enabled;

lazyLoad.settings.event = "DeferredUIEnter";

settings = {
scope.enabled = false;
};
Expand Down

0 comments on commit fe59c4b

Please sign in to comment.