summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/flash.fnl
diff options
context:
space:
mode:
authorChloé Vulquin <code@toast.bunkerlabs.net>2025-04-02 13:55:07 +0200
committerChloé Vulquin <code@toast.bunkerlabs.net>2025-04-02 13:55:07 +0200
commitd2f4d5dec7eededffc956fe6745139d98d695509 (patch)
treeacd79555cdd16ae02794ce8b36bd0f153ee9d6b9 /dot_config/nvim/fnl/plugins/flash.fnl
parentnvim/conjure: move fennel support to nfnl (diff)
nvim: upgrade configs for v0.11
Bunch of stuff bundled with it. `lsp/` subject to changes.
Diffstat (limited to '')
-rw-r--r--dot_config/nvim/fnl/plugins/flash.fnl9
1 files changed, 6 insertions, 3 deletions
diff --git a/dot_config/nvim/fnl/plugins/flash.fnl b/dot_config/nvim/fnl/plugins/flash.fnl
index 25ff6c7..92de38b 100644
--- a/dot_config/nvim/fnl/plugins/flash.fnl
+++ b/dot_config/nvim/fnl/plugins/flash.fnl
@@ -2,9 +2,12 @@
[(· :folke/flash.nvim &
:opts {:modes {:search {:enabled false}}}
:event :VeryLazy
- :keys [(· :s #(recc :flash :jump) &
- :mode [:n :x :o]
- :desc :Flash)
+ :keys [(· :<cr> #(recc :flash :jump) &
+ :mode [:n :x :o]
+ :desc :Flash)
+ (· :s #(recc :flash :jump) &
+ :mode [:n :x :o]
+ :desc :Flash)
(· :S #(recc :flash :treesitter) &
:mode [:n :x :o]
:desc "Flash Treesitter")