From 329873f58414fba0fe3260b07b443e6d320373d5 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 3 Dec 2022 20:12:41 +0300 Subject: nvim: leap.nvim had a breaking change --- .config/nvim/lua/plugin_settings.lua | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index a965f6b..48426ba 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua @@ -582,25 +582,8 @@ require("dial.config").augends:register_group{ -- leap.nvim {{{ -- require('leap').setup { - max_aot_targets = nil, - highlight_unlabeled = false, - case_sensitive = false, - -- Groups of characters that should match each other. - -- Obvious candidates are braces & quotes ('([{', ')]}', '`"\''). - character_classes = { ' \t\r\n', }, - -- Leaving the appropriate list empty effectively disables "smart" mode, - -- and forces auto-jump to be on or off. - -- safe_labels = { . . . }, - -- labels = { . . . }, - -- These keys are captured directly by the plugin at runtime. - -- (For `prev_match`, I suggest if possible in the terminal/GUI.) - special_keys = { - repeat_search = '', - next_match = '', - prev_match = '', - next_group = '', - prev_group = '', - }, + case_insensitive = true, + substitute_chars = { ['\r'] = '¬' } } -- }}} leap.nvim -- -- cgit v1.2.3-70-g09d2