diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index ebc220a..3a3c81a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,9 +32,6 @@ [submodule "gundo.vim"] path = .vim/bundle/gundo.vim url = https://github.com/sjl/gundo.vim.git -[submodule "ctrlp.vim"] - path = .vim/bundle/ctrlp.vim - url = https://github.com/ctrlpvim/ctrlp.vim.git [submodule "vim-sleuth"] path = .vim/bundle/vim-sleuth url = https://github.com/tpope/vim-sleuth.git @@ -71,3 +68,6 @@ [submodule ".vim/bundle/vim-commentary"] path = .vim/bundle/vim-commentary url = https://github.com/tpope/vim-commentary +[submodule ".vim/bundle/fzf.vim"] + path = .vim/bundle/fzf.vim + url = https://github.com/junegunn/fzf.vim |