From 568feb1c2d4450dc7556d01b32e33067d289e540 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Mar 2018 02:45:50 -0500 Subject: move history sync to its own external repository --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3fee8d6..2b3c3de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -94,3 +94,6 @@ [submodule "vim/pack/plugins/start/fzf"] path = vim/pack/plugins/start/fzf url = git://github.com/junegunn/fzf +[submodule "vim/pack/plugins/start/history-sync"] + path = vim/pack/plugins/start/history-sync + url = git://github.com/doy/vim-history-sync -- cgit v1.2.3-54-g00ecf