summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/vim-slash.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/vim-slash.fnl')
-rw-r--r--fnl/plugins/editor/vim-slash.fnl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fnl/plugins/editor/vim-slash.fnl b/fnl/plugins/editor/vim-slash.fnl
index 6f50ae4..e638d73 100644
--- a/fnl/plugins/editor/vim-slash.fnl
+++ b/fnl/plugins/editor/vim-slash.fnl
@@ -1,6 +1,6 @@
;; Provides a set of mappings for enhancing in-buffer search experience.
-{1 :junegunn/vim-slash
- :event :BufReadPost
- :config (fn []
- (vim.cmd "noremap <plug>(slash-after) zz"))}
+(fn config []
+ (vim.cmd "noremap <plug>(slash-after) zz"))
+
+{1 :junegunn/vim-slash :event :BufReadPost : config}