Skip to content

Commit

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

lazyLoad.settings.event = "DeferredUIEnter";

# FIXME: why doesn't this work?
# lazyLoad.settings.keys = [
# "<leader>lc"
# ];
};
};

Expand Down

0 comments on commit d6cab09

Please sign in to comment.