diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-16 10:37:00 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-16 10:37:00 +0100 |
commit | 6228f25bb38ce16456dcf1cf709bdd2b94d29dc9 (patch) | |
tree | 67747334d02ee1ed9bb2d6af46fe47330e3de6ff /lua | |
parent | 0c513c1fed4c02f41e0097bb5d74525429a43450 (diff) |
Revert "Update lightspeed config"
This reverts commit 4c948c78dc105ec2abcbe0e1b8f1cb9da3c6d019.
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 af19116..f7878df 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>", |