From 0587d80453bc92acb20b351fd17bc2f9126e01b0 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 2 Apr 2022 11:48:21 +0800 Subject: Update plugin config location in vim --- .vim/plugin/fzf.vim | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .vim/plugin/fzf.vim (limited to '.vim/plugin/fzf.vim') diff --git a/.vim/plugin/fzf.vim b/.vim/plugin/fzf.vim deleted file mode 100644 index 7bf39aa..0000000 --- a/.vim/plugin/fzf.vim +++ /dev/null @@ -1,20 +0,0 @@ -let g:fzf_command_prefix = 'Fzf' - -command! -bang -nargs=* FzfRg - \ call fzf#vim#grep( - \ 'rg --hidden --column --line-number --no-heading --color=always --smart-case --glob !.git -- '.shellescape(), 1, - \ fzf#vim#with_preview(), 0) - -noremap ff :FzfFiles -noremap fgf :FzfGFiles -noremap fb :FzfBuffers -noremap fm :FzfHistory -noremap ft :FzfBTags -noremap fT :FzfTags -noremap fa :FzfAg -noremap fr :FzfRg -noremap fc :FzfCommands -noremap fgc :FzfBCommits -noremap fgC :FzfCommits -noremap fl :FzfBLines -noremap fL :FzfLines -- cgit v1.2.3