Skip to content

Commit

Permalink
flash: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent d6cab09 commit f88cc51
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions modules/nixvim/plugins/flash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
flash = {
enable = true;

# FIXME: can't find module on require
# lazyLoad.settings.keys = [
# "s"
# "S"
# "r"
# "R"
# "gl"
# ];
lazyLoad.settings.event = "DeferredUIEnter";

settings = {
modes = {
Expand Down

0 comments on commit f88cc51

Please sign in to comment.