From d2f4d5dec7eededffc956fe6745139d98d695509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 2 Apr 2025 13:55:07 +0200 Subject: nvim: upgrade configs for v0.11 Bunch of stuff bundled with it. `lsp/` subject to changes. --- dot_config/nvim/fnl/plugins/flash.fnl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dot_config/nvim/fnl/plugins/flash.fnl') 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 [(· : #(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") -- cgit v1.2.3