diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2019-03-24 18:11:03 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2019-03-24 18:11:03 +0100 |
| commit | 83603feb0997da6a59381430821c8f2f8fbc4bb1 (patch) | |
| tree | 04dae57401db34c7b3b6d36b4df065b181a652af /.gitmodules | |
| parent | ba5463619f7932d529cb21783a170b2b07f81b7b (diff) | |
vim: add fzf plugin and update other submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4e7f376..5599daa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "ale"] path = vim/pack/default/start/ale url = https://github.com/w0rp/ale.git +[submodule "vim/pack/default/start/fzf.vim"] + path = vim/pack/default/start/fzf.vim + url = https://github.com/junegunn/fzf.vim.git |
