diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/lightspeed.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/lightspeed.lua b/lua/config/lightspeed.lua index f7878df..af19116 100644 --- a/lua/config/lightspeed.lua +++ b/lua/config/lightspeed.lua @@ -17,8 +17,8 @@ lightspeed.setup({ substitute_chars = { ["\r"] = "¬" }, -- Leaving the appropriate list empty effectively disables "smart" mode, -- and forces auto-jump to be on or off. - safe_labels = { ... }, - labels = { ... }, + safe_labels = {}, + labels = {}, -- These keys are captured directly by the plugin at runtime. special_keys = { next_match_group = "<space>", |