From: Simon Ruderich Date: Wed, 13 Nov 2019 08:28:33 +0000 (+0100) Subject: vim: fzf: add X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1143daa16d9d70cfab2cbb92bcb4efe8d4912e69 vim: fzf: add Only the vim parts of the source code were read. # git-evtag comment: submodules=0 commits=1 (990) trees=13 (3668) blobs=81 (532827) Git-EVTag-v0-SHA512: b965e51c0bf9db7a820fec3dbe4e8e047dc977cd48de58413db80262ae1f09b7ebd80fb40a22888e1de16115749cd6964dcefbe72f600fd48886633b0aa36edd --- diff --git a/.gitmodules b/.gitmodules index 41fd645..276d790 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "vim/vim/bundle/vim-gnupg"] path = vim/vim/bundle/vim-gnupg url = https://github.com/jamessan/vim-gnupg.git +[submodule "vim/vim/bundle/fzf"] + path = vim/vim/bundle/fzf + url = https://github.com/junegunn/fzf.git diff --git a/vim/vim/bundle/fzf b/vim/vim/bundle/fzf new file mode 160000 index 0000000..16fc686 --- /dev/null +++ b/vim/vim/bundle/fzf @@ -0,0 +1 @@ +Subproject commit 16fc6862a89eef0f02d32ab8b365887522719da8