From 24a605577c8e09a75f8f717f9df1bdc6c8dd8ec3 Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Tue, 14 Feb 2017 08:41:16 -0500 Subject: initial commit --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fc7004a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vim/bundle/asyncrun.vim"] + path = vim/bundle/asyncrun.vim + url = https://github.com/skywind3000/asyncrun.vim.git +[submodule "vim/bundle/w3m.vim"] + path = vim/bundle/w3m.vim + url = https://github.com/yuratomo/w3m.vim.git -- cgit v1.2.3-54-g00ecf