Skip to content

Commit

Permalink
persistence: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 24, 2025
1 parent 2660339 commit e7bc626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixvim/plugins/persistence/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
plugins = {
persistence = {
enable = true;

lazyLoad.settings.event = "BufReadPre";
};

which-key.settings.spec = lib.optionals config.plugins.persistence.enable [
Expand Down

0 comments on commit e7bc626

Please sign in to comment.