From c3c2a2f26ba27574e7b4fabd8be150c057346131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 26 Jul 2024 22:39:32 +0200 Subject: =?UTF-8?q?nvim:=20rename=20tbl=20to=20mixed-table,=20import=20it?= =?UTF-8?q?=20as=20"=C2=B7"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I swear I'm not succumbing to the APL, I just couldn't find a better symbol. --- dot_config/nvim/fnl/plugins/flash.fnl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 ece5de4..25ff6c7 100644 --- a/dot_config/nvim/fnl/plugins/flash.fnl +++ b/dot_config/nvim/fnl/plugins/flash.fnl @@ -1,19 +1,19 @@ -(import-macros {: tbl : recc} :toast.macros) -[(tbl :folke/flash.nvim & - :opts {:modes {:search {:enabled false}}} - :event :VeryLazy - :keys [(tbl :s #(recc :flash :jump) & +(import-macros {:mixed-table · : recc} :toast.macros) +[(· :folke/flash.nvim & + :opts {:modes {:search {:enabled false}}} + :event :VeryLazy + :keys [(· :s #(recc :flash :jump) & :mode [:n :x :o] :desc :Flash) - (tbl :S #(recc :flash :treesitter) & + (· :S #(recc :flash :treesitter) & :mode [:n :x :o] :desc "Flash Treesitter") - (tbl :r #(recc :flash :remote) & + (· :r #(recc :flash :remote) & :mode :o :desc "Remote Flash") - (tbl :R #(recc :flash :treesitter_search) & + (· :R #(recc :flash :treesitter_search) & :mode [:o :x] :desc "Flash Treesitter Search") - (tbl : #(recc :flash :toggle) & + (· : #(recc :flash :toggle) & :mode :c :desc "Toggle Flash Search")])] -- cgit v1.2.3