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.fnl6
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/plugins/editor/vim-slash.fnl b/fnl/plugins/editor/vim-slash.fnl
deleted file mode 100644
index e638d73..0000000
--- a/fnl/plugins/editor/vim-slash.fnl
+++ /dev/null
@@ -1,6 +0,0 @@
-;; Provides a set of mappings for enhancing in-buffer search experience.
-
-(fn config []
- (vim.cmd "noremap <plug>(slash-after) zz"))
-
-{1 :junegunn/vim-slash :event :BufReadPost : config}