diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 23:22:41 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 23:22:41 +0100 |
commit | f475bbb8111f0d5af7eb079d67de44c4f6372e45 (patch) | |
tree | 7be6e081b543b27c38586c2a920aaac9877720e3 /fnl/plugins/editor | |
parent | bb67b8c9806c580aa48d340da084a4c0bc0e2f25 (diff) |
Delete vim-slash
Diffstat (limited to 'fnl/plugins/editor')
-rw-r--r-- | fnl/plugins/editor/vim-slash.fnl | 6 |
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} |