diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-05 00:13:44 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-05 00:13:44 +0100 |
commit | 7889e0c5119e09876ccfaae6e75a2033184d083a (patch) | |
tree | e09223f24f8b1ca3df3226bf2f8d3d5c5eee4018 /fnl/plugins | |
parent | 04c7f672fa3d58aaa340a36d5590088d816b578f (diff) |
Remove vim-slash
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/vim-slash.fnl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/plugins/vim-slash.fnl b/fnl/plugins/vim-slash.fnl deleted file mode 100644 index e638d73..0000000 --- a/fnl/plugins/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} |