From 3d1a4de093971c0694c2b517d7b05fccfc0aa1b1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Mar 2018 22:08:31 -0500 Subject: move autobrace to its own repository --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 9d20cdf..deb421d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "vim/pack/plugins/start/diff-changes"] path = vim/pack/plugins/start/diff-changes url = git://github.com/doy/vim-diff-changes +[submodule "vim/pack/plugins/start/autobrace"] + path = vim/pack/plugins/start/autobrace + url = git://github.com/doy/vim-autobrace -- cgit v1.2.3-54-g00ecf