[vim] use vim-clap instead of fzf

This commit is contained in:
odrling 2020-01-01 17:13:03 +01:00
parent 84b1aaf958
commit 60b1ad45ae
3 changed files with 5 additions and 1 deletions

View file

@ -385,7 +385,7 @@ set rtp+=~/.vim/fzf
let g:netrw_banner=0 " disable the banner
let g:netrw_liststyle=3 " tree view
let $FZF_DEFAULT_COMMAND = "grep -lrsI . . | grep -v .git | sed 's|^./||g'"
map <C-o> :FZF!<CR>
map <C-o> :Clap files<CR>
map <leader><leader> :FZF!<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

3
.gitmodules vendored
View file

@ -66,3 +66,6 @@
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-clap"]
path = .vim/bundle/vim-clap
url = https://github.com/liuchengxu/vim-clap.git

1
.vim/bundle/vim-clap Submodule

@ -0,0 +1 @@
Subproject commit 10b97ebb327719418c62b6ac5da244a4c51a48f0