use fzf vim plugin from submodule

This commit is contained in:
odrling 2019-06-16 14:09:19 +02:00
parent 8354e8cab5
commit 1cf12d4cd8
3 changed files with 5 additions and 0 deletions

View file

@ -407,6 +407,7 @@ autocmd BufNewFile *.html 0r ~/.templates/html
autocmd BufNewFile *.html exe "normal 3jf>l" | startinsert
" file browsing
set rtp+=~/.vim/fzf
let g:netrw_banner=0 " disable the banner
let g:netrw_liststyle=3 " tree view
map <C-o> :FZF!<CR>

3
.gitmodules vendored
View file

@ -41,3 +41,6 @@
[submodule ".config/fish/modules/fish-ssh-agent"]
path = .config/fish/modules/fish-ssh-agent
url = https://github.com/danhper/fish-ssh-agent.git
[submodule ".vim/bundle/fzf"]
path = .vim/fzf
url = https://github.com/junegunn/fzf.git

1
.vim/fzf Submodule

@ -0,0 +1 @@
Subproject commit 951746297e26159cd45501030c56eca4bea4e277