From 1996ef15613f2d4773017128bba1a719a1b63a19 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 20 Feb 2021 21:27:26 +0100 Subject: Move to lua based vimrc --- .vim/plugin/fuzz.vim | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vim/plugin/fuzz.vim (limited to '.vim/plugin/fuzz.vim') diff --git a/.vim/plugin/fuzz.vim b/.vim/plugin/fuzz.vim deleted file mode 100644 index 0e1cb55..0000000 --- a/.vim/plugin/fuzz.vim +++ /dev/null @@ -1,16 +0,0 @@ -" skip this, we have vim-clap now!!! -finish - -if exists('g:loaded_fuzz') - finish -endif -let g:loaded_fuzz = 1 -let g:fuzz_prompt = '❯' - -nmap ff :call fuzz#files() -nmap fb :call fuzz#buffers() -nmap fc :call fuzz#commands() -nmap fr :Rg - -command! -nargs=* -complete=custom,fuzz#cmdoptions Fuzz :call fuzz#exec() -command! -nargs=* Rg :call fuzz#rg() -- cgit 1.4.1