summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 16:04:49 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 16:04:49 +0100
commit4c948c78dc105ec2abcbe0e1b8f1cb9da3c6d019 (patch)
treecb070a60a09b707e80ba50e5d3c32835a698abdb
parentb0d114d210156fedd4a359a0820edfb2397337a9 (diff)
Update lightspeed config
-rw-r--r--lua/config/lightspeed.lua4
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>",