From f88cc51f99014f6351d3b59f1068778a8f76c050 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 23 Jan 2025 15:19:08 -0600 Subject: [PATCH] flash: lazy load enable --- modules/nixvim/plugins/flash/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/nixvim/plugins/flash/default.nix b/modules/nixvim/plugins/flash/default.nix index 0576523..ab1976c 100644 --- a/modules/nixvim/plugins/flash/default.nix +++ b/modules/nixvim/plugins/flash/default.nix @@ -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 = {