diff options
Diffstat (limited to 'lua/config/lightspeed.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>", |