diff options
| author | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-17 23:34:22 +0200 |
|---|---|---|
| committer | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-18 00:50:44 +0200 |
| commit | ac8edfb0db52efe65e01f73ef44133a86571ba02 (patch) | |
| tree | 928d8f0d5ce0520d5acf782c4fdfd452f8f8470f /fnl/plugins/leap.fnl | |
| parent | 152fd9d787c7433cad95795992e444250cb83216 (diff) | |
More based fixes
Diffstat (limited to 'fnl/plugins/leap.fnl')
| -rw-r--r-- | fnl/plugins/leap.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/leap.fnl b/fnl/plugins/leap.fnl index 0526109..d6ec18e 100644 --- a/fnl/plugins/leap.fnl +++ b/fnl/plugins/leap.fnl @@ -26,7 +26,7 @@ (λ config [] (let [leap (require :leap)] - (tset leap.opts.vim_opts "go.ignorecase" false) + (tset leap.opts.vim_opts :go.ignorecase false) (vim.keymap.set [:n :x :o] :s "<Plug>(leap-forward)") (vim.keymap.set [:n :x :o] :S "<Plug>(leap-backward)") (vim.keymap.set [:x :o] :x "<Plug>(leap-forward-till)") |