diff options
| author | 2024-07-26 22:39:32 +0200 | |
|---|---|---|
| committer | 2024-07-26 22:39:32 +0200 | |
| commit | c3c2a2f26ba27574e7b4fabd8be150c057346131 (patch) | |
| tree | 76345040016b07deeb2cc4be49d64f80a6d5c90c /dot_config/nvim/fnl/plugins/flash.fnl | |
| parent | nvim/mdquote: fix negative start line bug (diff) | |
nvim: rename tbl to mixed-table, import it as "·"
I swear I'm not succumbing to the APL, I just couldn't find a better
symbol.
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/flash.fnl | 18 |
1 files changed, 9 insertions, 9 deletions
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 :<c-s> #(recc :flash :toggle) & + (· :<c-s> #(recc :flash :toggle) & :mode :c :desc "Toggle Flash Search")])] |
